]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Comments of the code. Dev_1.4.0 V_1.4.0
authornds <nds@opencascade.com>
Fri, 18 Sep 2015 17:02:42 +0000 (20:02 +0300)
committernds <nds@opencascade.com>
Fri, 18 Sep 2015 17:04:00 +0000 (20:04 +0300)
src/ModuleBase/ModuleBase_PagedContainer.h
src/ModuleBase/ModuleBase_WidgetToolbox.h

index 8d7511d2bee7286f459284f0e5f6fba565c57d86..59730cd7d4e1afa822aaf3e7dac463b2522e78dc 100644 (file)
 
 class ModuleBase_PageBase;
 
+/**
+* \ingroup GUI
+* This is an abstract interface to be used for not model container widget such as switch or tool box.
+*/
 class MODULEBASE_EXPORT ModuleBase_PagedContainer : public ModuleBase_ModelWidget
 {
   Q_OBJECT
index 348ecb248b921a104c3c9d410aaccde5c0ff878a..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,7 +27,7 @@ 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