mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user