mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3558 Grid items in Project Tree : Mark show main grid as obsolete, and propagate setting to RimGridCollection
This commit is contained in:
@@ -41,6 +41,7 @@ public:
|
||||
|
||||
void setName(const QString& name);
|
||||
void setIndex(int index);
|
||||
void setActive(bool active);
|
||||
bool isActive() const;
|
||||
QString name() const;
|
||||
int index() const;
|
||||
@@ -102,6 +103,8 @@ public:
|
||||
|
||||
caf::PdmFieldHandle* objectToggleField() override;
|
||||
void syncFromMainGrid();
|
||||
void setMainGridActive(bool active);
|
||||
|
||||
static const QString persistentGridUiName();
|
||||
static const QString temporaryGridUiName();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user