mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
PVT Plot: Added header in PVT plot panel containing cell info
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user