#2077 Well Allocation Plot: Set default formation name values

This commit is contained in:
Rebecca Cox
2017-11-05 12:26:27 +01:00
parent ae372a4a79
commit bf00807aee
3 changed files with 50 additions and 12 deletions

View File

@@ -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();