]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_MenuGroupPanel.h
Salome HOME
Command New Document provided
[modules/shaper.git] / src / XGUI / XGUI_MenuGroupPanel.h
index 7f9f575957ec787affe1179db817d64ef0c84770..58fd7a7975550847c69a2e14110e38ca98a49c73 100644 (file)
@@ -7,12 +7,17 @@
 class XGUI_Command;
 class QGridLayout;
 
+/**\class XGUI_MenuGroupPanel
+ * \ingroup GUI
+ * \brief Represents a one group in a page of main menu (workbench)
+ */
 class XGUI_MenuGroupPanel: public QWidget
 {
 Q_OBJECT
 public:
   explicit XGUI_MenuGroupPanel(QWidget *parent = 0);
 
+  //! Adding a new feature (Command) in the group
   XGUI_Command* addFeature(const QString& theId, const QString& theTitle, const QString& theTip,
                            const QIcon& theIcon, const QKeySequence& theKeys = QKeySequence());