mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2102 Statistics dialog. Refactoring
This commit is contained in:
@@ -69,9 +69,9 @@ public:
|
||||
|
||||
void setPosition(cvf::Vec2ui position);
|
||||
|
||||
HistogramData histogramData(RimEclipseView* eclipseView);
|
||||
QString caseInfoText(RimEclipseView* eclipseView);
|
||||
QString resultInfoText(const HistogramData& histData, RimEclipseView* eclipseView);
|
||||
HistogramData histogramData();
|
||||
QString caseInfoText();
|
||||
QString resultInfoText(const HistogramData& histData);
|
||||
|
||||
void showStatisticsInfoDialog();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user