#5020 Flow Diag : Improve default initialization of plots

This commit is contained in:
Magne Sjaastad
2019-11-08 14:10:32 +01:00
parent 66b0184971
commit cb89823474
6 changed files with 51 additions and 11 deletions

View File

@@ -46,6 +46,8 @@ public:
RimWellAllocationPlot* defaultWellAllocPlot();
RimFlowCharacteristicsPlot* defaultFlowCharacteristicsPlot();
void ensureDefaultPlotsAreCreated();
private:
caf::PdmChildField<RimFlowCharacteristicsPlot*> m_flowCharacteristicsPlot;
caf::PdmChildField<RimWellAllocationPlot*> m_defaultWellAllocPlot;