]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/buttonGroupFactory.h
creaButtonContainer & creaPanelButtonContainer: Updates in doxygen documentation...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaButtonContainer / model / buttonGroupFactory.h
index b12cfb5edcbfa7554b8253b88ea94dc5dd1b8dd8..42b41866c73838639d25ec77de6727bb7ecd811b 100644 (file)
@@ -2,23 +2,18 @@
  * @file buttonGroupFactory.h
  * @brief Contains ButtonGroupFactory class
  * @author Diego CACERES (diego.caceres[AT]creatis.insa-lyon.fr)
- * @date  2011-05-24
+ * @date  2011-06-02
  */
 
 #ifndef BUTTONGROUPFACTORY_H
 #define BUTTONGROUPFACTORY_H
 
 #include <wx/window.h>
-#include <list>
-#include <map>
-#include <iostream>
-#include <exception>
 
 #include "system.h"
 #include "button.h"
 #include "buttonGroup.h"
 #include "containerSettings.h"
-#include "functor.h"
 
 /*!    @namespace <creaButtonContainer>
  *     @brief Contains the creaButtonContainer library included in creaMaracasVisu.
@@ -40,6 +35,7 @@ namespace creaButtonContainer
                {
                        public:
                                //typedef definition
+                               // ----------------------------------------------------------------------------------
                                /*!     @typedef creaButtonContainer::view::Button Button;
                                 *      @brief Defines the Button type.
                                 */
@@ -78,7 +74,7 @@ namespace creaButtonContainer
                                virtual
                                ~ButtonGroupFactory( );
                                /*! @fn ButtonGroupContainer ButtonGroupFactory::CreateButtonGroupContainer( wxWindow* parent, ButtonGroupModel* settings );
-                                * @brief This method allows to create the ButtonGroupContainer.
+                                * @brief This method creates the ButtonGroupContainer.
                                 * @param parent the wxWindow* parent to be attached.
                                 * @param settings The Container settings.
                                 * @exception std::bad_alloc
@@ -89,7 +85,7 @@ namespace creaButtonContainer
                                    ButtonGroupModel* settings );
                        private:
                                /*! @fn ButtonContainer ButtonGroupFactory::GetButtons( wxWindow* parent, ButtonList buttonModel );
-                                * @brief  This method allows to create a wx button container for a group.
+                                * @brief  This method creates 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