This commit is contained in:
Magne Sjaastad
2016-09-13 14:07:45 +02:00
parent b3f036fb0e
commit 91476b43c8
5 changed files with 23 additions and 24 deletions

View File

@@ -47,7 +47,7 @@ public:
caf::PdmChildField<RimEclipseResultDefinition*> resultDefinition;
void rangeValues(double* lower, double* upper) const;
bool isValueSelectionActive() const;
bool isCategorySelectionActive() const;
RimEclipsePropertyFilterCollection* parentContainer();
void setToDefaultValues();
@@ -77,7 +77,7 @@ private:
caf::PdmField<double> m_lowerBound;
caf::PdmField<double> m_upperBound;
caf::PdmField<bool> m_valueSelection;
caf::PdmField<bool> m_categorySelection;
double m_minimumResultValue;
double m_maximumResultValue;