(#417) Added togglebutton controls to View group

This commit is contained in:
Magne Sjaastad
2015-09-08 10:17:35 +02:00
parent 3ca5406bb4
commit 5ce0f6988d
8 changed files with 233 additions and 29 deletions

View File

@@ -34,6 +34,7 @@ class RimCommandObject;
class RimEclipseCase;
class RimIdenticalGridCaseGroup;
class RimViewLinker;
class RimViewLinkerCollection;
class RimMainPlotCollection;
class RimOilField;
class RimScriptCollection;
@@ -65,7 +66,7 @@ public:
caf::PdmChildField<RimScriptCollection*> scriptCollection;
caf::PdmChildField<RimWellPathImport*> wellPathImport;
caf::PdmChildField<RimMainPlotCollection*> mainPlotCollection;
caf::PdmChildArrayField<RimViewLinker*> linkedViews;
caf::PdmChildField<RimViewLinkerCollection*> viewLinkerCollection;
caf::PdmChildArrayField<RimCommandObject*> commandObjects;
caf::PdmField<QString> treeViewState;
caf::PdmField<QString> currentModelIndexPath;