mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename several child() and children() functions
This commit is contained in:
@@ -41,7 +41,7 @@ RimStimPlanModelPlotCollection::RimStimPlanModelPlotCollection()
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RimStimPlanModelPlotCollection::~RimStimPlanModelPlotCollection()
|
||||
{
|
||||
m_stimPlanModelPlots.deleteAllChildObjects();
|
||||
m_stimPlanModelPlots.deleteChildren();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
@@ -76,7 +76,7 @@ void RimStimPlanModelPlotCollection::addStimPlanModelPlot( RimStimPlanModelPlot*
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::vector<RimStimPlanModelPlot*> RimStimPlanModelPlotCollection::stimPlanModelPlots() const
|
||||
{
|
||||
return m_stimPlanModelPlots.childObjects();
|
||||
return m_stimPlanModelPlots.children();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
@@ -84,5 +84,5 @@ std::vector<RimStimPlanModelPlot*> RimStimPlanModelPlotCollection::stimPlanModel
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimStimPlanModelPlotCollection::deleteAllPlots()
|
||||
{
|
||||
m_stimPlanModelPlots.deleteAllChildObjects();
|
||||
m_stimPlanModelPlots.deleteChildren();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user