(#383) Added RicSaveEclipseInputPropertyFeature

This commit is contained in:
Pål Hagen
2015-08-24 10:03:21 +02:00
parent d2e3b0599a
commit 28547513c6
5 changed files with 191 additions and 3 deletions

View File

@@ -52,7 +52,7 @@
#include "RicExecuteScriptForCasesFeature.h"
#include "RimEclipseStatisticsCaseCollection.h"
#include "RimEclipseStatisticsCase.h"
#include "RimEclipseInputProperty.h"
CAF_PDM_SOURCE_INIT(RimProject, "ResInsightProject");
//--------------------------------------------------------------------------------------------------
@@ -628,16 +628,18 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
commandIds << "RicPasteEclipseCasesFeature";
commandIds << "RicDeleteItemFeature";
}
else if (dynamic_cast<RimCaseCollection*>(uiItem))
{
commandIds << "RicPasteEclipseCasesFeature";
}
else if (dynamic_cast<RimEclipseCellColors*>(uiItem))
{
commandIds << "RicSaveEclipseResultAsInputPropertyFeature";
}
else if (dynamic_cast<RimEclipseInputProperty*>(uiItem))
{
commandIds << "RicSaveEclipseInputPropertyFeature";
}
else if (dynamic_cast<RimCellRangeFilterCollection*>(uiItem))
{
commandIds << "RicRangeFilterNewFeature";