mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#657) Improved 3D view commands and context menu creation
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user