mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
@@ -130,6 +130,14 @@ bool RimCellFilter::isActive() const
|
||||
return m_isActive();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimCellFilter::triggerFilterChanged() const
|
||||
{
|
||||
filterChanged.send();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
/// Is the cell filter doing active filtering, or is it just showning outline, etc. in the view
|
||||
/// - isActive == true -> filter enabled in explorer
|
||||
|
||||
@@ -70,6 +70,8 @@ public:
|
||||
bool isActive() const;
|
||||
void setActive( bool active );
|
||||
|
||||
void triggerFilterChanged() const;
|
||||
|
||||
virtual void setCase( RimCase* srcCase );
|
||||
|
||||
bool isRangeFilter() const;
|
||||
|
||||
Reference in New Issue
Block a user