#1264 Added Well Allocation command to Project tree context menu

This commit is contained in:
Jacob Støren
2017-02-28 15:46:08 +01:00
parent 528b064569
commit 01b3df863e

View File

@@ -336,6 +336,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
else if (dynamic_cast<RimEclipseWell*>(uiItem)) else if (dynamic_cast<RimEclipseWell*>(uiItem))
{ {
commandIds << "RicNewSimWellIntersectionFeature"; commandIds << "RicNewSimWellIntersectionFeature";
commandIds << "RicShowWellAllocationPlotFeature";
} }
else if(dynamic_cast<RimFormationNames*>(uiItem)) else if(dynamic_cast<RimFormationNames*>(uiItem))
{ {
@@ -419,6 +420,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
} }
else if (dynamic_cast<RimEclipseWell*>(uiItem)) else if (dynamic_cast<RimEclipseWell*>(uiItem))
{ {
commandIds << "Separator";
commandIds << "RicEclipseWellShowLabelFeature"; commandIds << "RicEclipseWellShowLabelFeature";
commandIds << "RicEclipseWellShowHeadFeature"; commandIds << "RicEclipseWellShowHeadFeature";
commandIds << "RicEclipseWellShowPipeFeature"; commandIds << "RicEclipseWellShowPipeFeature";