Well Log Plot: have multiple rows of plots for horizontal depth orientation.

This commit is contained in:
Kristian Bendiksen
2022-02-07 14:45:14 +01:00
committed by Magne Sjaastad
parent 5c9bf502e7
commit 377df9ab3a
2 changed files with 14 additions and 0 deletions

View File

@@ -85,6 +85,8 @@ public:
size_t plotIndex( const RimPlot* plot ) const;
RimPlot* plotByIndex( size_t index ) const;
int columnCount() const override;
std::vector<RimPlot*> plots() const override;
std::vector<RimPlot*> visiblePlots() const;
void insertPlot( RimPlot* plot, size_t index ) final;