mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3169 Implement proper auto name for well log plots
This commit is contained in:
@@ -47,6 +47,7 @@ public:
|
||||
void setCaseToApply(RimCase* val);
|
||||
RimWellPath* wellPathToApply() const;
|
||||
void setWellPathToApply(RimWellPath* val);
|
||||
QString simWellNameToApply() const;
|
||||
int timeStepToApply() const;
|
||||
void setTimeStepToApply(int val);
|
||||
void updateDefaultOptions(const std::vector<RimWellLogCurve*>& curves);
|
||||
@@ -65,6 +66,6 @@ private:
|
||||
caf::PdmPtrField<RimWellPath*> m_wellPath;
|
||||
caf::PdmField<QString> m_simWellName;
|
||||
caf::PdmField<int> m_branchIndex;
|
||||
caf::PdmField<caf::Tristate> m_branchDetection;
|
||||
caf::PdmField<caf::Tristate> m_branchDetection;
|
||||
caf::PdmField<int> m_timeStep;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user