mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#449) Minor fixes related to isActive
This commit is contained in:
@@ -59,10 +59,9 @@ public:
|
||||
void updateOptionSensitivity();
|
||||
void removeOverrides();
|
||||
|
||||
void updateUiIcon();
|
||||
void updateUiIconFromActiveState();
|
||||
void updateDisplayNameAndIcon();
|
||||
|
||||
|
||||
protected:
|
||||
virtual void fieldChangedByUi(const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue);
|
||||
virtual QList<caf::PdmOptionItemInfo> calculateValueOptions(const caf::PdmFieldHandle* fieldNeedingOptions, bool * useOptionsOnly);
|
||||
@@ -72,9 +71,10 @@ protected:
|
||||
virtual void defineUiOrdering(QString uiConfigName, caf::PdmUiOrdering& uiOrdering);
|
||||
virtual caf::PdmFieldHandle* objectToggleField() { return &isActive; }
|
||||
|
||||
|
||||
private:
|
||||
void configureOverridesUpdateDisplayModel();
|
||||
void doSyncCamera();
|
||||
void doSyncTimeStep();
|
||||
void doSyncCellResult();
|
||||
|
||||
RimEclipseView* managedEclipseView();
|
||||
RimGeoMechView* managedGeoView();
|
||||
|
||||
Reference in New Issue
Block a user