mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2077 Well Allocation Plot: Set default formation name values
This commit is contained in:
@@ -77,6 +77,7 @@ public:
|
||||
size_t curveIndex(RimWellLogCurve* curve);
|
||||
size_t curveCount() { return curves.size(); }
|
||||
void setXAxisTitle(const QString& text);
|
||||
void setBranchIndex(int branchIndex);
|
||||
|
||||
void recreateViewer();
|
||||
void detachAllCurves();
|
||||
@@ -132,6 +133,8 @@ private:
|
||||
|
||||
static std::vector<QString> formationNamesVector(RimCase* rimCase);
|
||||
|
||||
void setFormationFieldsUiReadOnly(bool readOnly = true);
|
||||
|
||||
void updateFormationNamesOnPlot();
|
||||
void removeFormationNames();
|
||||
void updateAxisScaleEngine();
|
||||
|
||||
Reference in New Issue
Block a user