mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-09 23:16:00 -06:00
#760 Include cleanup
This commit is contained in:
parent
7c69ae434e
commit
bc82a0e45c
@ -22,6 +22,7 @@
|
||||
|
||||
#include "RigCaseCellResultsData.h"
|
||||
#include "RigCaseData.h"
|
||||
|
||||
#include "RimEclipseInputCase.h"
|
||||
#include "RimEclipseResultDefinition.h"
|
||||
|
||||
|
@ -58,5 +58,4 @@ public:
|
||||
// PdmObject Overrides
|
||||
virtual caf::PdmFieldHandle* userDescriptionField() { return &resultName;}
|
||||
virtual void fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue) override;
|
||||
|
||||
};
|
||||
|
@ -27,11 +27,11 @@
|
||||
#include "cafPdmObject.h"
|
||||
#include "cafPdmPointer.h"
|
||||
|
||||
|
||||
class RimEclipseView;
|
||||
class RigCaseCellResultsData;
|
||||
class RimReservoirCellResultsStorage;
|
||||
class RimEclipseCase;
|
||||
class RimEclipseView;
|
||||
class RimReservoirCellResultsStorage;
|
||||
|
||||
//==================================================================================================
|
||||
///
|
||||
///
|
||||
@ -62,20 +62,18 @@ public:
|
||||
|
||||
RimReservoirCellResultsStorage* currentGridCellResults() const;
|
||||
|
||||
virtual QList<caf::PdmOptionItemInfo> calculateValueOptions(const caf::PdmFieldHandle* fieldNeedingOptions, bool* useOptionsOnly);
|
||||
virtual void fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue);
|
||||
|
||||
|
||||
|
||||
virtual void initAfterRead();
|
||||
virtual void initAfterRead();
|
||||
|
||||
virtual void updateLegendCategorySettings() {};
|
||||
virtual void updateLegendCategorySettings() {};
|
||||
|
||||
void updateResultNameHasChanged();
|
||||
void updateAnyFieldHasChanged();
|
||||
void updateResultNameHasChanged();
|
||||
void updateAnyFieldHasChanged();
|
||||
|
||||
virtual QList<caf::PdmOptionItemInfo> calculateValueOptions(const caf::PdmFieldHandle* fieldNeedingOptions, bool* useOptionsOnly);
|
||||
virtual void fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue);
|
||||
|
||||
protected:
|
||||
void updateFieldVisibility();
|
||||
void updateFieldVisibility();
|
||||
|
||||
protected:
|
||||
caf::PdmField< caf::AppEnum< RimDefines::ResultCatType > > m_resultType;
|
||||
|
Loading…
Reference in New Issue
Block a user