Salome HOME
External object manager to be used in the multi selector widget
[modules/shaper.git] / src / XGUI / XGUI_ContextMenuMgr.h
index 7fc3d6bfa9a45f4655fc92f6c805c6983e2cc6b6..570fe912e1ac7b544f4200ba5b58929999f20468 100644 (file)
@@ -46,7 +46,7 @@ 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
+  /// \param theMenu a popup menu to be shown in the viewer
   void addViewerItems(QMenu* theMenu) const;
 
 signals:
@@ -55,6 +55,9 @@ signals:
   /// \param isChecked is checked flag
   void actionTriggered(const QString& theId, bool isChecked);
 
+  void beforeContextMenu();
+  void afterContextMenu();
+
  private slots:
    /// Process action event
    /// \param isChecked a checked action flag