Summary Multiplot: add button to create plot copy (#8698)

* Add button to create a duplicate of the active summary multiplot
* Block dropping other things than RimSummaryAddress objects in empty areas
This commit is contained in:
jonjenssen
2022-03-16 14:14:14 +01:00
committed by GitHub
parent 75a3d3d8f1
commit ffc84457c6
4 changed files with 79 additions and 5 deletions

View File

@@ -44,6 +44,11 @@ public:
void addMultiSummaryPlot( RimSummaryMultiPlot* plot );
protected:
void onDuplicatePlot( const caf::SignalEmitter* emitter, RimSummaryMultiPlot* plotToDuplicate );
void initAfterRead() override;
private:
caf::PdmChildArrayField<RimSummaryMultiPlot*> m_summaryMultiPlots;
};