mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename to improve readability
This commit is contained in:
@@ -165,7 +165,7 @@ void RimWellDistributionPlot::updateLegend()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimWellDistributionPlot::updateZoomInParentPlot()
|
||||
void RimWellDistributionPlot::updatePlotWidgetFromAxisRanges()
|
||||
{
|
||||
// cvf::Trace::show("RimWellDistributionPlot::updateZoomInParentPlot()");
|
||||
}
|
||||
@@ -173,7 +173,7 @@ void RimWellDistributionPlot::updateZoomInParentPlot()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimWellDistributionPlot::updateZoomFromParentPlot()
|
||||
void RimWellDistributionPlot::updateAxisRangesFromPlotWidget()
|
||||
{
|
||||
// cvf::Trace::show("RimWellDistributionPlot::updateZoomFromParentPlot()");
|
||||
}
|
||||
|
||||
@@ -54,8 +54,8 @@ public:
|
||||
void setAutoScaleYEnabled( bool enabled ) override;
|
||||
void updateAxes() override;
|
||||
void updateLegend() override;
|
||||
void updateZoomInParentPlot() override;
|
||||
void updateZoomFromParentPlot() override;
|
||||
void updatePlotWidgetFromAxisRanges() override;
|
||||
void updateAxisRangesFromPlotWidget() override;
|
||||
QString asciiDataForPlotExport() const override;
|
||||
void reattachAllCurves() override;
|
||||
void detachAllCurves() override;
|
||||
|
||||
@@ -395,7 +395,7 @@ void RimWellDistributionPlotCollection::updatePlots()
|
||||
for ( RimPlot* plot : m_plots() )
|
||||
{
|
||||
plot->loadDataAndUpdate();
|
||||
plot->updateZoomInParentPlot();
|
||||
plot->updatePlotWidgetFromAxisRanges();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user