mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3558 Grid items in Project Tree : Remove obsolete field showMainGrid
This commit is contained in:
@@ -89,7 +89,6 @@ public:
|
||||
|
||||
bool showInvalidCells() const;
|
||||
bool showInactiveCells() const;
|
||||
bool showMainGrid() const;
|
||||
|
||||
// Access internal objects
|
||||
const RimPropertyFilterCollection* propertyFilterCollection() const override;
|
||||
@@ -155,7 +154,7 @@ protected:
|
||||
private:
|
||||
void updateDisplayModelVisibility() override;
|
||||
|
||||
void indicesToVisibleGrids(std::vector<size_t>* gridIndices);
|
||||
std::vector<size_t> indicesToVisibleGrids() const;
|
||||
void updateScaleTransform() override;
|
||||
cvf::Transform* scaleTransform() override;
|
||||
|
||||
@@ -179,7 +178,6 @@ private:
|
||||
private:
|
||||
caf::PdmField<bool> m_showInvalidCells;
|
||||
caf::PdmField<bool> m_showInactiveCells;
|
||||
caf::PdmField<bool> m_showMainGrid;
|
||||
|
||||
caf::PdmChildField<RimEclipseCellColors*> m_cellResult;
|
||||
caf::PdmChildField<RimCellEdgeColors*> m_cellEdgeResult;
|
||||
|
||||
Reference in New Issue
Block a user