mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Further refactoring
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include "cafPdmChildArrayField.h"
|
||||
#include "cafPdmObject.h"
|
||||
|
||||
class RimMultiPlot;
|
||||
class RimMultiPlotWindow;
|
||||
|
||||
//==================================================================================================
|
||||
///
|
||||
@@ -36,10 +36,10 @@ public:
|
||||
|
||||
void deleteAllChildObjects();
|
||||
|
||||
std::vector<RimMultiPlot*> multiPlots() const;
|
||||
RimMultiPlot* createMultiPlot();
|
||||
void addMultiPlot( RimMultiPlot* plot );
|
||||
std::vector<RimMultiPlotWindow*> multiPlots() const;
|
||||
RimMultiPlotWindow* createMultiPlot();
|
||||
void addMultiPlot( RimMultiPlotWindow* plot );
|
||||
|
||||
private:
|
||||
caf::PdmChildArrayField<RimMultiPlot*> m_multiPlots;
|
||||
caf::PdmChildArrayField<RimMultiPlotWindow*> m_multiPlots;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user