PVT Plot: Added header in PVT plot panel containing cell info

This commit is contained in:
sigurdp
2017-12-14 13:55:47 +01:00
parent ebe60d8b16
commit 127f5b40b4
4 changed files with 82 additions and 15 deletions

View File

@@ -25,6 +25,7 @@ class RiuSelectionItem;
class RiuPvtPlotPanel;
class RimView;
class RimEclipseView;
class RigEclipseCaseData;
//==================================================================================================
@@ -41,7 +42,8 @@ public:
void updateOnTimeStepChanged(RimView* changedView);
private:
static bool queryDataAndUpdatePlot(const RimEclipseView& eclipseView, size_t gridIndex, size_t gridLocalCellIndex, RiuPvtPlotPanel* plotPanel);
static bool queryDataAndUpdatePlot(const RimEclipseView& eclipseView, size_t gridIndex, size_t gridLocalCellIndex, RiuPvtPlotPanel* plotPanel);
static QString constructCellReferenceText(const RigEclipseCaseData* eclipseCaseData, size_t gridIndex, size_t gridLocalCellIndex, double pvtnum);
private:
QPointer<RiuPvtPlotPanel> m_targetPlotPanel;