(#857) Summary : Support for custom axis title

This commit is contained in:
Magne Sjaastad
2016-10-07 15:36:52 +02:00
parent 63ed368b5c
commit 6a8801e179
3 changed files with 170 additions and 3 deletions

View File

@@ -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;