Salome HOME
Edit created feature after noMoreWidgets. Restart the creation operation by click...
[modules/shaper.git] / src / NewGeom / NewGeom_NestedButton.h
index 7be12d4912539e47678979a453898ff2035ddd7f..69d8bc2979572d682f2961095a574012608cb397 100644 (file)
@@ -23,16 +23,22 @@ class NewGeom_NestedButton : public QWidgetAction
 {
   Q_OBJECT
  public:
-  NewGeom_NestedButton(QObject *parent, const QList<QAction*>& theNestedActions);
+   /// Constructor
+   /// \param theParent a parent objects
+   /// \param theNestedActions a list of nested actions
+  NewGeom_NestedButton(QObject* theParent, const QList<QAction*>& theNestedActions);
   virtual ~NewGeom_NestedButton();
 
- public slots:
+ private slots:
   /// Shows/hides the additional buttons widget
   void showAdditionalButtons(bool);
+
+  /// Slot called on action state
   void actionStateChanged();
 
  protected:
   /// Creates the button representation
+  /// \param theParent a parent widget
   virtual QWidget * createWidget(QWidget * theParent);
 
  private: