mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Setter for custom name in RimPlotCurve so name can be set programatically.
This commit is contained in:
@@ -95,7 +95,7 @@ public:
|
||||
|
||||
QString curveName() const { return m_curveName; }
|
||||
virtual QString curveExportDescription() const { return m_curveName; }
|
||||
|
||||
void setCustomName(const QString& customName);
|
||||
void updateCurveVisibility(bool updateParentPlot);
|
||||
void updateLegendEntryVisibilityAndPlotLegend();
|
||||
void updateLegendEntryVisibilityNoPlotUpdate();
|
||||
|
||||
Reference in New Issue
Block a user