mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Major modularization adjustments
Use uiField() when issuing setUi....() commands Use PdmChildArrayField instead of PdmPointersFielc Use PdmChildField instead of PdmField to pdm pointer objects Use PdmChildArrayField instead of PdmField< std::list< caf::PdmPointer< type > > > Use PdmObjectHandle instead of PdmObject Replaced parentFields(std::vector) with parentField() Use PdmUiPropertyViewDialog instead of PdmUiPropertyDialog
This commit is contained in:
@@ -20,19 +20,21 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "cvfBase.h"
|
||||
#include "cvfObject.h"
|
||||
#include "RifReaderInterface.h"
|
||||
|
||||
#include "cafPdmChildField.h"
|
||||
#include "cafPdmField.h"
|
||||
#include "cafPdmObject.h"
|
||||
|
||||
#include "RifReaderInterface.h"
|
||||
#include "cvfBase.h"
|
||||
#include "cvfObject.h"
|
||||
|
||||
class RigActiveCellInfo;
|
||||
class RigMainGrid;
|
||||
|
||||
class RimCaseCollection;
|
||||
class RimEclipseStatisticsCase;
|
||||
|
||||
class RimEclipseCase;
|
||||
class RigMainGrid;
|
||||
class RigActiveCellInfo;
|
||||
class RimEclipseStatisticsCase;
|
||||
|
||||
//==================================================================================================
|
||||
//
|
||||
@@ -49,8 +51,8 @@ public:
|
||||
|
||||
caf::PdmField<QString> name;
|
||||
caf::PdmField<int> groupId;
|
||||
caf::PdmField<RimCaseCollection*> caseCollection;
|
||||
caf::PdmField<RimCaseCollection*> statisticsCaseCollection;
|
||||
caf::PdmChildField<RimCaseCollection*> caseCollection;
|
||||
caf::PdmChildField<RimCaseCollection*> statisticsCaseCollection;
|
||||
|
||||
void addCase(RimEclipseCase* reservoir);
|
||||
void removeCase(RimEclipseCase* reservoir);
|
||||
|
||||
Reference in New Issue
Block a user