#1297 Use firstAncestorOrThisOfTypeAsserted, comments and whitespace

This commit is contained in:
Magne Sjaastad
2017-03-15 08:43:06 +01:00
parent 7f1d88e487
commit 6bcc385da5
4 changed files with 23 additions and 19 deletions

View File

@@ -49,7 +49,6 @@ public:
void rangeValues(double* lower, double* upper) const;
bool isCategorySelectionActive() const;
RimEclipsePropertyFilterCollection* parentContainer();
void setToDefaultValues();
void updateFilterName();
void computeResultValueRange();
@@ -73,6 +72,8 @@ private:
void updateRangeLabel();
bool isPropertyFilterControlled();
RimEclipsePropertyFilterCollection* parentContainer();
private:
caf::PdmField<QString> m_rangeLabelText;
caf::PdmField<double> m_lowerBound;