mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4513 Add id to views
This commit is contained in:
@@ -105,6 +105,10 @@ public:
|
||||
|
||||
void setName(const QString& name);
|
||||
QString name() const;
|
||||
|
||||
int id() const;
|
||||
void setId(int id);
|
||||
|
||||
// Implementation of RiuViewerToViewInterface
|
||||
cvf::Color3f backgroundColor() const override { return m_backgroundColor(); }
|
||||
|
||||
@@ -260,4 +264,5 @@ private:
|
||||
caf::PdmField< cvf::Color3f > m_backgroundColor;
|
||||
caf::PdmField<bool> m_showGridBox;
|
||||
caf::PdmField<bool> m_showZScaleLabel;
|
||||
caf::PdmField<int> m_viewId;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user