mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2331 Renamed RimView to Rim3dView
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
class RiuSelectionItem;
|
||||
class RiuRelativePermeabilityPlotPanel;
|
||||
class RimView;
|
||||
class Rim3dView;
|
||||
class RimEclipseView;
|
||||
class RigEclipseCaseData;
|
||||
|
||||
@@ -39,7 +39,7 @@ public:
|
||||
RiuRelativePermeabilityPlotUpdater(RiuRelativePermeabilityPlotPanel* targetPlotPanel);
|
||||
|
||||
void updateOnSelectionChanged(const RiuSelectionItem* selectionItem);
|
||||
void updateOnTimeStepChanged(RimView* changedView);
|
||||
void updateOnTimeStepChanged(Rim3dView* changedView);
|
||||
|
||||
private:
|
||||
static bool queryDataAndUpdatePlot(const RimEclipseView& eclipseView, size_t gridIndex, size_t gridLocalCellIndex, RiuRelativePermeabilityPlotPanel* plotPanel);
|
||||
@@ -47,7 +47,7 @@ private:
|
||||
|
||||
private:
|
||||
QPointer<RiuRelativePermeabilityPlotPanel> m_targetPlotPanel;
|
||||
const RimView* m_sourceEclipseViewOfLastPlot;
|
||||
const Rim3dView* m_sourceEclipseViewOfLastPlot;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user