mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2331 Introduce new intermediate class RimGridView
This commit is contained in:
@@ -115,7 +115,7 @@ void RicGridStatisticsDialog::setLabel(const QString& labelText)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RicGridStatisticsDialog::updateFromRimView(Rim3dView* rimView)
|
||||
void RicGridStatisticsDialog::updateFromRimView(RimGridView* rimView)
|
||||
{
|
||||
m_currentRimView = rimView;
|
||||
setInfoText(m_currentRimView);
|
||||
@@ -134,7 +134,7 @@ QImage RicGridStatisticsDialog::screenShotImage()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RicGridStatisticsDialog::setInfoText(Rim3dView* view)
|
||||
void RicGridStatisticsDialog::setInfoText(RimGridView* view)
|
||||
{
|
||||
Rim3dOverlayInfoConfig* overlayInfo = view->overlayInfoConfig();
|
||||
if (view && overlayInfo)
|
||||
@@ -151,7 +151,7 @@ void RicGridStatisticsDialog::setInfoText(Rim3dView* view)
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RicGridStatisticsDialog::setHistogramData(Rim3dView* view)
|
||||
void RicGridStatisticsDialog::setHistogramData(RimGridView* view)
|
||||
{
|
||||
deletePlotItems(m_historgramPlot);
|
||||
deletePlotItems(m_aggregatedPlot);
|
||||
|
Reference in New Issue
Block a user