Salome HOME
New item (FontItem), allowing to show information about font setting and to select...
[modules/gui.git] / src / SUIT / SUIT_ActionOperation.h
index d6a95702fabe93f57e6ac280c756306592667986..8fc3139f57f0cf4c6d9323d95315fa33135a10d9 100644 (file)
@@ -15,7 +15,7 @@ public:
 
        QtxAction*   action() const;
 
-       // GUI management
+       /** @name GUI management*/ //@{
   virtual void setAction( const QString& text, const QIconSet& icon, const QString& menuText,
                           QKeySequence accel, QObject* parent, const char* name = 0, bool toggle = false );
 
@@ -26,7 +26,7 @@ public:
   bool         addTo( QWidget* theWidget );
   bool         addTo( QWidget* theWidget, int thePos );
 
-  void         setStatusTip( const QString& theTip );
+  void         setStatusTip( const QString& theTip );//@}
 
 private:
        QtxAction*   myAction;