mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1169 Added text on the x-axis
This commit is contained in:
@@ -51,6 +51,7 @@ public:
|
||||
void removeCurve(RimWellLogCurve* curve);
|
||||
size_t curveIndex(RimWellLogCurve* curve);
|
||||
size_t curveCount() { return curves.size(); }
|
||||
void setXAxisTitle(const QString& text);
|
||||
|
||||
void recreateViewer();
|
||||
void detachAllCurves();
|
||||
@@ -82,6 +83,10 @@ private:
|
||||
void updateAxisScaleEngine();
|
||||
|
||||
private:
|
||||
QString m_xAxisTitle;
|
||||
|
||||
// Fields
|
||||
|
||||
caf::PdmField<bool> m_show;
|
||||
caf::PdmField<QString> m_userName;
|
||||
caf::PdmChildArrayField<RimWellLogCurve*> curves;
|
||||
|
||||
Reference in New Issue
Block a user