Grid statistics. Add argument to control the result text

This commit is contained in:
Bjørn Erik Jensen
2017-12-05 11:24:26 +01:00
parent ea6ae75033
commit 77f4b4bb4b
3 changed files with 8 additions and 8 deletions
@@ -74,7 +74,7 @@ public:
HistogramData histogramData();
QString timeStepText();
QString caseInfoText();
QString resultInfoText(const HistogramData& histData);
QString resultInfoText(const HistogramData& histData, bool showVolumeWeightedMean);
void showStatisticsInfoDialog(bool raise = true);
QImage statisticsDialogScreenShotImage();
@@ -107,7 +107,7 @@ private:
HistogramData histogramData(RimGeoMechView* geoMechView);
QString caseInfoText(RimEclipseView* eclipseView);
QString caseInfoText(RimGeoMechView* geoMechView);
QString resultInfoText(const HistogramData& histData, RimEclipseView* eclipseView);
QString resultInfoText(const HistogramData& histData, RimEclipseView* eclipseView, bool showVolumeWeightedMean);
QString resultInfoText(const HistogramData& histData, RimGeoMechView* geoMechView);
caf::PdmField<bool> active;