#5539 First actual data in Analysis plot

This commit is contained in:
Jacob Støren
2020-02-18 11:48:04 +01:00
parent 591e5ab503
commit 31b215ac78
6 changed files with 219 additions and 25 deletions

View File

@@ -131,6 +131,14 @@ void RiuSummaryVectorSelectionDialog::hideSummaryCases()
summaryAddressSelection()->hideSummaryCases( true );
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RiuSummaryVectorSelectionDialog::enableMultiSelect( bool enable )
{
summaryAddressSelection()->setMultiSelectionMode(enable);
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@@ -45,6 +45,7 @@ public:
void hideEnsembles();
void hideSummaryCases();
void enableMultiSelect(bool enable);
private:
RiuSummaryVectorSelectionUi* summaryAddressSelection() const;