Hide summary multiplot tree node if only one summary plot

This commit is contained in:
jonjenssen
2022-03-27 20:25:03 +02:00
committed by jonjenssen
parent ebba37a623
commit 28dcd47d73
4 changed files with 52 additions and 6 deletions

View File

@@ -45,7 +45,10 @@ public:
void addSummaryMultiPlot( RimSummaryMultiPlot* plot );
protected:
void defineUiTreeOrdering( caf::PdmUiTreeOrdering& uiTreeOrdering, QString uiConfigName = "" ) override;
void onDuplicatePlot( const caf::SignalEmitter* emitter, RimSummaryMultiPlot* plotToDuplicate );
void onRefreshTree( const caf::SignalEmitter* emitter, RimSummaryMultiPlot* plotRequesting );
void initAfterRead() override;