#1842 RFT plot. Removed unnecessary fields in RFT plot

This commit is contained in:
Bjørn Erik Jensen
2017-09-27 14:05:14 +02:00
parent 9c3b199e7e
commit 536225eb7e
5 changed files with 92 additions and 107 deletions

View File

@@ -100,21 +100,6 @@ void RicNewRftPlotFeature::setupActionLook(QAction* actionToSetup)
actionToSetup->setIcon(QIcon(":/SummaryPlot16x16.png"));
}
//--------------------------------------------------------------------------------------------------
/// This method is not called from within this class, only by other classes
//--------------------------------------------------------------------------------------------------
RimWellRftPlot* RicNewRftPlotFeature::createNewRftPlot(RimRftPlotCollection* rftPlotColl)
{
auto plot = new RimWellRftPlot();
rftPlotColl->rftPlots().push_back(plot);
plot->setDescription(QString("RFT Plot %1").arg(rftPlotColl->rftPlots.size() + 1));
rftPlotColl->updateConnectedEditors();
plot->loadDataAndUpdate();
return plot;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------