#5063 Improve auto name for well log plots and use it for well allocation plots

This commit is contained in:
Gaute Lindkvist
2019-11-26 08:45:17 +01:00
parent 431f0ff347
commit 3db9948a3b
5 changed files with 42 additions and 17 deletions

View File

@@ -76,8 +76,7 @@ public:
std::vector<RimPlot*> plots() const;
std::vector<RimPlot*> visiblePlots() const;
virtual void updatePlotNames();
void updatePlotOrderFromGridWidget();
void updatePlotOrderFromGridWidget();
void setAutoScaleXEnabled( bool enabled );
void setAutoScaleYEnabled( bool enabled );
@@ -113,7 +112,7 @@ protected:
void onLoadDataAndUpdate() override;
void initAfterRead() override;
void updatePlotTitleInWidgets();
void applyPlotWindowTitleToWidgets();
void updatePlots();
virtual void updateZoom();
void recreatePlotWidgets();
@@ -125,8 +124,10 @@ protected:
bool forceChange = false ) override;
private:
void cleanupBeforeClose();
void doUpdateLayout() override;
void cleanupBeforeClose();
void doUpdateLayout() override;
virtual void updateSubPlotNames();
virtual void updatePlotWindowTitle();
protected:
caf::PdmField<bool> m_showPlotWindowTitle;