#4796 Summary Plot Template : Add context menu to selected summary cases

This commit is contained in:
Magne Sjaastad
2019-09-29 12:31:21 +02:00
parent a6609c6e06
commit fbfba745c3
5 changed files with 249 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ class QStringList;
class QMenu;
class RimWellPath;
class RimScriptCollection;
class RimPlotTemplateFolderItem;
//==================================================================================================
///
@@ -45,7 +46,11 @@ public:
private:
static std::vector<RimWellPath*> allWellPaths();
static void createExecuteScriptForCasesFeatureMenu( caf::CmdFeatureMenuBuilder& menuBuilder );
static void appendPlotTemplateMenus( caf::CmdFeatureMenuBuilder& menuBuilder );
static void appendScriptItems( caf::CmdFeatureMenuBuilder& menuBuilder, RimScriptCollection* scriptCollection );
static void appendPlotTemplateItems( caf::CmdFeatureMenuBuilder& menuBuilder,
RimPlotTemplateFolderItem* plotTemplateRoot );
static int appendImportMenu( caf::CmdFeatureMenuBuilder& menuBuilder, bool addSeparatorBeforeMenu = false );
static int appendCreateCompletions( caf::CmdFeatureMenuBuilder& menuBuilder, bool addSeparatorBeforeMenu = false );