]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_WidgetToolbox.h
Salome HOME
Add tools
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetToolbox.h
index 29c52d140400d7396b7a567a24e460b9ccc3f2b5..44565db2c8bbbecf830fcc886a26667bd671018b 100644 (file)
 class ModuleBase_PageBase;
 class ModuleBase_ToolBox;
 
+/**
+* \ingroup GUI
+* Implements a model widget for switch as a container widget. It can be defined in XML with "toolbox" keyword
+*/
 class MODULEBASE_EXPORT ModuleBase_WidgetToolbox : public ModuleBase_PagedContainer
 {
   Q_OBJECT
@@ -23,14 +27,14 @@ class MODULEBASE_EXPORT ModuleBase_WidgetToolbox : public ModuleBase_PagedContai
   virtual ~ModuleBase_WidgetToolbox();
 
   /// Defines if it is supported to set the value in this widget
-  /// It returns false because this is an info widget
+  /// \return false because this is an info widget
   virtual bool canSetValue() const { return false; };
 
   /// Overrides ModuleBase_PagedContainer
   virtual int addPage( ModuleBase_PageBase* theWidget,
                        const QString& theName,
                        const QString& theCaseId,
-                       const QIcon& theIcon );
+                       const QPixmap& theIcon );
 
  protected:
   /// Implements ModuleBase_PagedContainer