mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#857) Summary : Support for custom axis title
This commit is contained in:
@@ -58,7 +58,6 @@ public:
|
||||
|
||||
void loadDataAndUpdate();
|
||||
|
||||
|
||||
void handleViewerDeletion();
|
||||
void updateYAxisUnit();
|
||||
void updateCaseNameHasChanged();
|
||||
@@ -69,6 +68,8 @@ public:
|
||||
virtual void zoomAll() override;
|
||||
void updateZoomInQwt();
|
||||
|
||||
void updateLeftAndRightYAxis();
|
||||
|
||||
protected:
|
||||
// Overridden PDM methods
|
||||
virtual caf::PdmFieldHandle* objectToggleField() { return &m_showWindow; }
|
||||
@@ -83,6 +84,10 @@ private:
|
||||
void updateViewerWidgetWindowTitle();
|
||||
void detachAllCurves();
|
||||
void deletePlotWidget();
|
||||
|
||||
void updateLeftYAxis();
|
||||
void updateRightYAxis();
|
||||
QString autoAxisTitle();
|
||||
|
||||
caf::PdmField<bool> m_showWindow;
|
||||
caf::PdmField<QString> m_userName;
|
||||
|
||||
Reference in New Issue
Block a user