#2579 2D Intersection View: apply Info Box on/off in main view to 2Dview

This commit is contained in:
Rebecca Cox
2018-03-06 16:05:01 +01:00
parent fab8f2d6a0
commit 3c26640f56
3 changed files with 44 additions and 15 deletions

View File

@@ -79,9 +79,10 @@ public:
void showStatisticsInfoDialog(bool raise = true);
QImage statisticsDialogScreenShotImage();
bool showAnimProgress();
bool showCaseInfo();
bool showResultInfo();
bool showAnimProgress() const;
bool showCaseInfo() const;
bool showResultInfo() const;
bool isActive() const;
enum StatisticsTimeRangeType
{
@@ -105,6 +106,8 @@ private:
void updateEclipse3DInfo(RimEclipseView * reservoirView);
void updateGeoMech3DInfo(RimGeoMechView * geoMechView);
void update3DInfoIn2dViews() const;
QString timeStepText(RimEclipseView* eclipseView);
QString timeStepText(RimGeoMechView* geoMechView);
HistogramData histogramData(RimEclipseView* eclipseView);