mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1948 PLT plot. Support for stacked curve grouping
This commit is contained in:
@@ -44,6 +44,9 @@ public:
|
||||
virtual QString wellName() const override;
|
||||
virtual QString wellLogChannelName() const override;
|
||||
|
||||
void setGroupId(int groupId);
|
||||
int groupId() const;
|
||||
|
||||
protected:
|
||||
virtual QString createCurveAutoName() override;
|
||||
virtual void onLoadDataAndUpdate(bool updateParentPlot) override;
|
||||
@@ -56,5 +59,7 @@ private:
|
||||
RimWellAllocationPlot* wellAllocationPlot() const;
|
||||
|
||||
QString m_tracerName;
|
||||
|
||||
int m_groupId;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user