Added context menu for adding new case group

p4#: 20905
This commit is contained in:
Magne Sjaastad
2013-03-14 09:50:40 +01:00
parent 469c5a9657
commit e92ed43fc3
4 changed files with 57 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ class RimCellRangeFilter;
class RimReservoirView;
class RimInputProperty;
class RimStatisticalCalculation;
class RimIdenticalGridCaseGroup;
//==================================================================================================
///
@@ -57,6 +58,7 @@ public:
void addInputProperty(const QModelIndex& itemIndex, const QStringList& fileNames);
RimStatisticalCalculation* addStatisticalCalculation(const QModelIndex& itemIndex, QModelIndex& insertedModelIndex);
RimIdenticalGridCaseGroup* addCaseGroup(const QModelIndex& itemIndex, QModelIndex& insertedModelIndex);
void updateScriptPaths();