mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4483 Summary Plot: Data source for well segment number and completions
This commit is contained in:
@@ -54,6 +54,9 @@ public:
|
||||
bool isWellGroupNameInTitle() const;
|
||||
bool isRegionInTitle() const;
|
||||
bool isCaseInTitle() const;
|
||||
bool isBlockInTitle() const;
|
||||
bool isSegmentInTitle() const;
|
||||
bool isCompletionInTitle() const;
|
||||
|
||||
private:
|
||||
void clearTitleSubStrings();
|
||||
@@ -73,6 +76,9 @@ private:
|
||||
std::string m_titleWellName;
|
||||
std::string m_titleWellGroupName;
|
||||
std::string m_titleRegion;
|
||||
std::string m_titleBlock;
|
||||
std::string m_titleSegment;
|
||||
std::string m_titleCompletion;
|
||||
|
||||
QString m_titleCaseName;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user