Salome HOME
Merge branch 'Dev_1.2.0' of newgeom:newgeom into Dev_1.2.0
[modules/shaper.git] / src / XGUI / XGUI_ContextMenuMgr.h
index 7fc3d6bfa9a45f4655fc92f6c805c6983e2cc6b6..3f490a59b22d0450ab458c975df741c58b63766f 100644 (file)
@@ -33,6 +33,10 @@ Q_OBJECT
   /// \param theId an id of an action
   QAction* action(const QString& theId) const;
 
+  /// Returns action object by its Id (name)
+  /// \param theName is an Id of the action
+  QAction* actionByName(const QString& theName) const;
+
   /// Returns list of registered actions Ids
   QStringList actionIds() const;
 
@@ -46,8 +50,8 @@ Q_OBJECT
   void connectViewer() const;
 
   /// Add menu atems for viewer into the given menu (used in SALOME mode)
-  /// \param a popup menu to be shown in the viewer
-  void addViewerItems(QMenu* theMenu) const;
+  /// \param theMenu a popup menu to be shown in the viewer
+  void addViewerMenu(QMenu* theMenu) const;
 
 signals:
   /// Signal aabout triggered action
@@ -55,6 +59,12 @@ signals:
   /// \param isChecked is checked flag
   void actionTriggered(const QString& theId, bool isChecked);
 
+  /// A signal which is sent before context menu show
+  void beforeContextMenu();
+
+  /// A signal which is sent after context menu show
+  void afterContextMenu();
+
  private slots:
    /// Process action event
    /// \param isChecked a checked action flag