(#657) Improved 3D view commands and context menu creation

This commit is contained in:
Magne Sjaastad
2015-11-19 18:57:32 +01:00
parent f3a1f21e87
commit 115e0cb660
6 changed files with 51 additions and 72 deletions

View File

@@ -21,6 +21,8 @@
#include <QStringList>
class QMenu;
//==================================================================================================
///
///
@@ -28,5 +30,6 @@
class RimContextCommandBuilder
{
public:
static QStringList commandsFromSelection();
static QStringList commandsFromSelection();
static void appendCommandsToMenu(const QStringList& commandIds, QMenu* menu);
};