#1078 Context menu commands for multi select of EclipseWell objects

This commit is contained in:
Magne Sjaastad
2017-01-25 08:08:11 +01:00
parent c4d4d03cee
commit 6ee54733f4
7 changed files with 459 additions and 0 deletions

View File

@@ -403,6 +403,13 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
{
commandIds << "RicExportFaultsFeature";
}
else if (dynamic_cast<RimEclipseWell*>(uiItem))
{
commandIds << "RicEclipseWellShowLabelFeature";
commandIds << "RicEclipseWellShowHeadFeature";
commandIds << "RicEclipseWellShowPipeFeature";
commandIds << "RicEclipseWellShowSpheresFeature";
}
}