#2687 #2750 Add import ensamble command. Add import summary cases commands to plot tree nodes

This commit is contained in:
Bjørn Erik Jensen
2018-04-18 13:56:01 +02:00
parent 916fb59bee
commit 3ce2bfd67c
14 changed files with 309 additions and 40 deletions

View File

@@ -36,6 +36,7 @@ public:
void addCase(RimSummaryCase* summaryCase);
std::vector<RimSummaryCase*> allSummaryCases();
void setName(const QString& name) { m_name = name; }
QString name() const { return m_name; }
private: