#5539 Populate the vector selection dialog from selection

This commit is contained in:
Jacob Støren
2020-02-24 10:44:51 +01:00
parent 3b0aacb666
commit 233f63e80b
6 changed files with 37 additions and 32 deletions

View File

@@ -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;