#901 WLP: Added copy/paste of plots

This commit is contained in:
Magne Sjaastad
2016-11-22 09:31:48 +01:00
parent 9a7adb2904
commit 3a0e7d098f
4 changed files with 163 additions and 0 deletions

View File

@@ -241,6 +241,8 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
}
else if (dynamic_cast<RimWellLogPlotCollection*>(uiItem))
{
commandIds << "RicPasteWellLogPlotFeature";
commandIds << "Separator";
commandIds << "RicNewWellLogPlotFeature";
}
else if (dynamic_cast<RimSummaryPlotCollection*>(uiItem))
@@ -251,6 +253,7 @@ QStringList RimContextCommandBuilder::commandsFromSelection()
}
else if (dynamic_cast<RimWellLogPlot*>(uiItem))
{
commandIds << "RicPasteWellLogPlotFeature";
commandIds << "RicPasteWellLogTrackFeature";
commandIds << "Separator";
commandIds << "RicNewWellLogPlotTrackFeature";