mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1264 Added Well Allocation command to Project tree context menu
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user