mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Removed unused methods, use updateUiUpdateDisplayModel on RangeFilterCollection
This commit is contained in:
@@ -19,12 +19,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "RimCellRangeFilter.h"
|
||||
|
||||
#include "cafPdmChildArrayField.h"
|
||||
|
||||
class RigActiveCellInfo;
|
||||
class RigFemPartCollection;
|
||||
class RigGridBase;
|
||||
class RimView;
|
||||
class RigFemPartCollection;
|
||||
|
||||
//==================================================================================================
|
||||
///
|
||||
@@ -42,9 +43,6 @@ public:
|
||||
caf::PdmChildArrayField<RimCellRangeFilter*> rangeFilters;
|
||||
|
||||
// Methods
|
||||
RimCellRangeFilter* createAndAppendRangeFilter();
|
||||
void remove(RimCellRangeFilter* rangeFilter);
|
||||
|
||||
void compoundCellRangeFilter(cvf::CellRangeFilter* cellRangeFilter, size_t gridIndex) const;
|
||||
bool hasActiveFilters() const;
|
||||
bool hasActiveIncludeFilters() const;
|
||||
@@ -58,6 +56,8 @@ public:
|
||||
|
||||
RigActiveCellInfo* activeCellInfo() const;
|
||||
|
||||
void updateUiUpdateDisplayModel();
|
||||
|
||||
// Overridden methods
|
||||
virtual void fieldChangedByUi( const caf::PdmFieldHandle* changedField, const QVariant& oldValue, const QVariant& newValue );
|
||||
virtual caf::PdmFieldHandle* objectToggleField();
|
||||
|
||||
Reference in New Issue
Block a user