Prep for Gromech range filters:

* Generalized RangeFilter vs view
* Added stub implememntation of a StructGridInterface implementation for
Fem parts
This commit is contained in:
Jacob Støren
2015-05-21 15:39:44 +02:00
parent d82d88d592
commit 68caed93b4
10 changed files with 371 additions and 45 deletions

View File

@@ -30,6 +30,7 @@ class RimEclipseView;
namespace cvf
{
class CellRangeFilter;
class StructGridInterface;
}
//==================================================================================================
@@ -67,7 +68,7 @@ protected:
virtual QList<caf::PdmOptionItemInfo> calculateValueOptions( const caf::PdmFieldHandle* fieldNeedingOptions, bool * useOptionsOnly );
private:
RigGridBase* selectedGrid();
const cvf::StructGridInterface* selectedGrid();
RimCellRangeFilterCollection* m_parentContainer;
};