Fix RFT plot after change of well name meaning

This commit is contained in:
Jacob Støren
2017-11-10 15:41:16 +01:00
parent 5fe44fe943
commit c5e4773a58
3 changed files with 32 additions and 22 deletions

View File

@@ -81,8 +81,8 @@ public:
RimWellLogPlot* wellLogPlot() const;
void setCurrentWellName(const QString& currWellName);
QString currentWellName() const;
void setSimWellOrWellPathName(const QString& currWellName);
QString simWellOrWellPathName() const;
int branchIndex() const;
static const char* plotNameFormatString();
@@ -130,6 +130,8 @@ private:
void updateSelectedTimeStepsFromSelectedSources();
void updateFormationsOnPlot() const;
QString associatedSimWellName() const;
private:
caf::PdmField<bool> m_showPlotTitle;
caf::PdmField<QString> m_userName;