Merge pull request #8882 from OPM/append_curves

Summary Multiplot: Source Stepping append curves with performance fixes
This commit is contained in:
jonjenssen
2022-05-04 13:11:04 +02:00
committed by GitHub
parent bb6ca0848d
commit 296ddbde42
20 changed files with 349 additions and 73 deletions

View File

@@ -72,8 +72,9 @@ public:
virtual void removePlotNoUpdate( RimPlot* plot );
virtual void updateAfterPlotRemove();
void deleteAllPlots() override;
void updatePlots();
void deleteAllPlots() override;
void updatePlots();
virtual void updatePlotWindowTitle();
size_t plotCount() const override;
size_t plotIndex( const RimPlot* plot ) const;
@@ -136,8 +137,7 @@ protected:
void updateZoom();
void recreatePlotWidgets();
virtual void updatePlotWindowTitle();
void onPlotAdditionOrRemoval();
void onPlotAdditionOrRemoval();
bool isMouseCursorInsidePlot();