]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_MenuMgr.h
Salome HOME
Detach, Auxiliary and Delete actions are granted for the Sketch feature.
[modules/shaper.git] / src / PartSet / PartSet_MenuMgr.h
index 7a94a0d9c633e1d65d06433d2bd947f353c89adc..738c6f3652e8e5f0605c711920d1fd34e2a180e1 100644 (file)
@@ -15,6 +15,7 @@
 #include <QList>
 #include <QColor>
 
+class ModuleBase_Operation;
 class PartSet_Module;
 class QAction;
 class QMenu;
@@ -49,6 +50,9 @@ public:
   /// Activates a PartSet document
   void activatePartSet() const;
 
+  /// Returns list of granted operation indices
+  virtual void grantedOperationIds(ModuleBase_Operation* theOperation, QStringList& theIds) const;
+
 public slots:
   /// Processes the context menu action click
   /// \param isChecked a state of toggle if the action is checkable