mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename function
This commit is contained in:
parent
630dbd0ffc
commit
8a8234fd66
@ -351,7 +351,7 @@ std::vector<RimEclipseCase*> RimWellPltPlot::eclipseCases() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimWellPltPlot::updateFormationNamesData() const
|
||||
void RimWellPltPlot::updateFormationsOnPlot() const
|
||||
{
|
||||
if (m_selectedTimeSteps().empty())
|
||||
{
|
||||
|
@ -174,7 +174,7 @@ private:
|
||||
void setPlotXAxisTitles(RimWellLogTrack* plotTrack);
|
||||
std::vector<RimEclipseCase*> eclipseCases() const;
|
||||
|
||||
void updateFormationNamesData() const;
|
||||
void updateFormationsOnPlot() const;
|
||||
|
||||
private:
|
||||
caf::PdmField<bool> m_showPlotTitle;
|
||||
|
@ -254,7 +254,7 @@ void RimWellRftPlot::updateSelectedTimeStepsFromSelectedSources()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimWellRftPlot::updateFormationNamesData() const
|
||||
void RimWellRftPlot::updateFormationsOnPlot() const
|
||||
{
|
||||
if (m_selectedTimeSteps().empty())
|
||||
{
|
||||
@ -1162,7 +1162,7 @@ void RimWellRftPlot::fieldChangedByUi(const caf::PdmFieldHandle* changedField, c
|
||||
}
|
||||
m_timeStepsToAddresses.clear();
|
||||
updateEditorsFromCurves();
|
||||
updateFormationNamesData();
|
||||
updateFormationsOnPlot();
|
||||
}
|
||||
else if (changedField == &m_selectedSources)
|
||||
{
|
||||
@ -1173,7 +1173,7 @@ void RimWellRftPlot::fieldChangedByUi(const caf::PdmFieldHandle* changedField, c
|
||||
if (changedField == &m_selectedSources ||
|
||||
changedField == &m_selectedTimeSteps)
|
||||
{
|
||||
updateFormationNamesData();
|
||||
updateFormationsOnPlot();
|
||||
syncCurvesFromUiSelection();
|
||||
m_selectedSourcesOrTimeStepsFieldsChanged = true;
|
||||
}
|
||||
@ -1420,7 +1420,7 @@ QString RimWellRftPlot::description() const
|
||||
void RimWellRftPlot::onLoadDataAndUpdate()
|
||||
{
|
||||
updateMdiWindowVisibility();
|
||||
updateFormationNamesData();
|
||||
updateFormationsOnPlot();
|
||||
m_wellLogPlot->loadDataAndUpdate();
|
||||
updateEditorsFromCurves();
|
||||
}
|
||||
|
@ -151,7 +151,7 @@ private:
|
||||
void applyCurveAppearance(RimWellLogCurve* newCurve);
|
||||
void updateSelectedTimeStepsFromSelectedSources();
|
||||
|
||||
void updateFormationNamesData() const;
|
||||
void updateFormationsOnPlot() const;
|
||||
private:
|
||||
caf::PdmField<bool> m_showPlotTitle;
|
||||
caf::PdmField<QString> m_userName;
|
||||
|
Loading…
Reference in New Issue
Block a user