mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5539 First actual data in Analysis plot
This commit is contained in:
@@ -131,6 +131,14 @@ void RiuSummaryVectorSelectionDialog::hideSummaryCases()
|
||||
summaryAddressSelection()->hideSummaryCases( true );
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RiuSummaryVectorSelectionDialog::enableMultiSelect( bool enable )
|
||||
{
|
||||
summaryAddressSelection()->setMultiSelectionMode(enable);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -45,6 +45,7 @@ public:
|
||||
|
||||
void hideEnsembles();
|
||||
void hideSummaryCases();
|
||||
void enableMultiSelect(bool enable);
|
||||
|
||||
private:
|
||||
RiuSummaryVectorSelectionUi* summaryAddressSelection() const;
|
||||
|
||||
Reference in New Issue
Block a user