mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2579 2D Intersection View: apply Info Box on/off in main view to 2Dview
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user