X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetCreatorFactory.h;h=cb99f708445bc4dd4c5a18554e46ee6d09ce876a;hb=423f6b0a08a86d5e47115b87603cddeae4468b49;hp=e5ffb33698a8c4d93fced9467a81684708bcbe26;hpb=49d5a27258260087aad5e7ca30d6863e08a186d1;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetCreatorFactory.h b/src/ModuleBase/ModuleBase_WidgetCreatorFactory.h index e5ffb3369..cb99f7084 100755 --- a/src/ModuleBase/ModuleBase_WidgetCreatorFactory.h +++ b/src/ModuleBase/ModuleBase_WidgetCreatorFactory.h @@ -26,7 +26,7 @@ class QWidget; /** * \ingroup GUI -* A class for creation of widgets instances in for property panel using XML deskription of +* A class for creation of widgets instances in for property panel using XML deskription of * a feature */ class MODULEBASE_EXPORT ModuleBase_WidgetCreatorFactory @@ -38,7 +38,8 @@ class MODULEBASE_EXPORT ModuleBase_WidgetCreatorFactory /// Destructor virtual ~ModuleBase_WidgetCreatorFactory(); - /// The creator is added to the internal container to be used when the createWidgetByType is called + /// The creator is added to the internal container + /// to be used when the createWidgetByType is called /// \param theCreator a new widget creator void registerCreator(const WidgetCreatorPtr& theCreator); @@ -63,7 +64,8 @@ class MODULEBASE_EXPORT ModuleBase_WidgetCreatorFactory /// Create page by its type /// \param theType a type /// \param theParent a parent widget - /// \param theWidgetApi the widget configuration. The attribute of the model widget is obtained from XML + /// \param theWidgetApi the widget configuration. + /// The attribute of the model widget is obtained from XML /// \return a created page or null ModuleBase_PageBase* createPageByType(const std::string& theType, QWidget* theParent, @@ -72,7 +74,8 @@ class MODULEBASE_EXPORT ModuleBase_WidgetCreatorFactory /// Create widget by its type /// \param theType a type /// \param theParent a parent widget - /// \param theWidgetApi the widget configuration. The attribute of the model widget is obtained from XML + /// \param theWidgetApi the widget configuration. + /// The attribute of the model widget is obtained from XML /// \param theWorkshop a workshop object instance /// \return a created widget or null ModuleBase_ModelWidget* createWidgetByType(const std::string& theType,