#1895 : Curve Creator : Use TreeSelectionEditor for Summary Types

This commit is contained in:
Magne Sjaastad
2017-09-20 10:44:14 +02:00
parent b3b0a7ba9b
commit 9fee4d0511
2 changed files with 32 additions and 4 deletions

View File

@@ -124,6 +124,7 @@ private:
private:
caf::PdmPtrArrayField<RimSummaryCase*> m_selectedCases;
caf::PdmField<std::vector<caf::AppEnum<RifEclipseSummaryAddress::SummaryVarCategory>>> m_selectedSummaryCategories;
caf::PdmField<caf::AppEnum<RifEclipseSummaryAddress::SummaryVarCategory>> m_currentSummaryCategory;
std::map<RifEclipseSummaryAddress::SummaryVarCategory, std::vector<SummaryIdentifierAndField*>> m_identifierFieldsMap;