mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Show checkbox in treeview for range and property filters
p4#: 21332
This commit is contained in:
parent
78dac434d9
commit
759a17337b
@ -104,3 +104,11 @@ void RimCellFilter::updateIconState()
|
|||||||
QIcon newIcon(icPixmap);
|
QIcon newIcon(icPixmap);
|
||||||
this->setUiIcon(newIcon);
|
this->setUiIcon(newIcon);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
///
|
||||||
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
caf::PdmFieldHandle* RimCellFilter::objectToggleField()
|
||||||
|
{
|
||||||
|
return &active;
|
||||||
|
}
|
||||||
|
@ -48,5 +48,6 @@ public:
|
|||||||
void updateIconState();
|
void updateIconState();
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual caf::PdmFieldHandle* userDescriptionField();
|
virtual caf::PdmFieldHandle* userDescriptionField();
|
||||||
|
virtual caf::PdmFieldHandle* objectToggleField();
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user