mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5539 Populate the vector selection dialog from selection
This commit is contained in:
@@ -41,11 +41,12 @@ public:
|
||||
|
||||
void setCaseAndAddress( RimSummaryCase* summaryCase, const RifEclipseSummaryAddress& address );
|
||||
void setEnsembleAndAddress( RimSummaryCaseCollection* ensemble, const RifEclipseSummaryAddress& address );
|
||||
void setCurveSelection( const std::vector<RiaSummaryCurveDefinition>& selection );
|
||||
std::vector<RiaSummaryCurveDefinition> curveSelection() const;
|
||||
|
||||
void hideEnsembles();
|
||||
void hideSummaryCases();
|
||||
void enableMultiSelect(bool enable);
|
||||
void enableMultiSelect( bool enable );
|
||||
|
||||
private:
|
||||
RiuSummaryVectorSelectionUi* summaryAddressSelection() const;
|
||||
|
||||
Reference in New Issue
Block a user