mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#775 Added user editable curve display name to summary cases
This commit is contained in:
@@ -68,6 +68,8 @@ public:
|
||||
void setColor(const cvf::Color3f& color);
|
||||
void setLineStyle(LineStyleEnum lineStyle);
|
||||
bool isCurveVisible() const;
|
||||
|
||||
void updateCurveName();
|
||||
QString curveName() const { return m_curveName; }
|
||||
|
||||
protected:
|
||||
@@ -77,7 +79,6 @@ protected:
|
||||
virtual void onLoadDataAndUpdate() = 0;
|
||||
|
||||
void updateCurvePresentation();
|
||||
void updateCurveName();
|
||||
void updateCurveVisibility();
|
||||
void updateCurveAppearance();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user