#5832 Add color legend data with import from LYR file.

This commit is contained in:
Stein Inge Dale
2020-04-30 16:54:25 +02:00
committed by Kristian Bendiksen
parent 3e5c77e79e
commit 6cb86d4792
24 changed files with 1114 additions and 24 deletions

View File

@@ -52,6 +52,7 @@ class RimMeasurement;
class RimAdvancedSnapshotExportDefinition;
class RimObservedSummaryData;
class RimOilField;
class RimColorLegendCollection;
class RimScriptCollection;
class RimSummaryCase;
class RimSummaryCaseCollection;
@@ -93,6 +94,7 @@ public:
static RimProject* current();
caf::PdmChildArrayField<RimOilField*> oilFields;
caf::PdmChildField<RimColorLegendCollection*> colorLegendCollection;
caf::PdmChildField<RimScriptCollection*> scriptCollection;
caf::PdmChildField<RimWellPathImport*> wellPathImport;
caf::PdmChildField<RimMainPlotCollection*> mainPlotCollection;