mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8521 Summary Plot: Allow moving axis to other side of plot.
This commit is contained in:
committed by
Magne Sjaastad
parent
3e9d2a0af0
commit
6591de716b
@@ -51,8 +51,9 @@ public:
|
||||
};
|
||||
|
||||
public:
|
||||
caf::Signal<> settingsChanged;
|
||||
caf::Signal<bool> logarithmicChanged;
|
||||
caf::Signal<> settingsChanged;
|
||||
caf::Signal<bool> logarithmicChanged;
|
||||
caf::Signal<RimPlotAxisProperties*, RiuPlotAxis, RiuPlotAxis> axisPositionChanged;
|
||||
|
||||
public:
|
||||
RimPlotAxisProperties();
|
||||
@@ -124,9 +125,9 @@ private:
|
||||
caf::PdmField<double> m_visibleRangeMin;
|
||||
caf::PdmField<double> m_visibleRangeMax;
|
||||
|
||||
caf::PdmField<QString> m_name;
|
||||
caf::PdmField<QString> m_name;
|
||||
caf::PdmField<caf::AppEnum<RiaDefines::PlotAxis>> m_plotAxis;
|
||||
caf::PdmField<int> m_plotAxisIndex;
|
||||
caf::PdmField<int> m_plotAxisIndex;
|
||||
|
||||
caf::PdmField<bool> m_isLogarithmicScaleEnabled;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user