]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/buttonGroupFactory.h
creaButtonContainer: new structure to make easy the button settings
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaButtonContainer / model / buttonGroupFactory.h
index e9825bb1cc05493680c078d18a59b99c58368b96..b12cfb5edcbfa7554b8253b88ea94dc5dd1b8dd8 100644 (file)
@@ -2,7 +2,7 @@
  * @file buttonGroupFactory.h
  * @brief Contains ButtonGroupFactory class
  * @author Diego CACERES (diego.caceres[AT]creatis.insa-lyon.fr)
- * @date  2011-05-19
+ * @date  2011-05-24
  */
 
 #ifndef BUTTONGROUPFACTORY_H
@@ -31,7 +31,6 @@ namespace creaButtonContainer
         */
        namespace model
        {
-
                /*! @class ButtonGroupFactory buttonGroupFactory.h "buttonGroupFactory.h"
                 *      @brief This class contains the ButtonGroup factory.
                 *  @details This class creates a container of group of buttons.
@@ -79,7 +78,7 @@ namespace creaButtonContainer
                                virtual
                                ~ButtonGroupFactory( );
                                /*! @fn ButtonGroupContainer ButtonGroupFactory::CreateButtonGroupContainer( wxWindow* parent, ButtonGroupModel* settings );
-                                * @brief This function allows to create the ButtonGroupContainer.
+                                * @brief This method allows to create the ButtonGroupContainer.
                                 * @param parent the wxWindow* parent to be attached.
                                 * @param settings The Container settings.
                                 * @exception std::bad_alloc
@@ -90,7 +89,7 @@ namespace creaButtonContainer
                                    ButtonGroupModel* settings );
                        private:
                                /*! @fn ButtonContainer ButtonGroupFactory::GetButtons( wxWindow* parent, ButtonList buttonModel );
-                                * @brief  This function allows to create a wx button container for a group.
+                                * @brief  This method allows to create a wx button container for a group.
                                 * @param parent the wxWindow* parent to be attached.
                                 * @param buttonModel The button list with its own information.
                                 * @exception std::bad_alloc