X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FcreaButtonContainer%2Fmodel%2FbuttonGroupFactory.h;h=42b41866c73838639d25ec77de6727bb7ecd811b;hb=8138ced89fa9f1cc6933ff739dfa28b1e3c3883b;hp=e9825bb1cc05493680c078d18a59b99c58368b96;hpb=c1b7d6e874f1bfcac251e852ae37229c12c61656;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/buttonGroupFactory.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/buttonGroupFactory.h index e9825bb..42b4186 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/buttonGroupFactory.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/buttonGroupFactory.h @@ -2,23 +2,18 @@ * @file buttonGroupFactory.h * @brief Contains ButtonGroupFactory class * @author Diego CACERES (diego.caceres[AT]creatis.insa-lyon.fr) - * @date 2011-05-19 + * @date 2011-06-02 */ #ifndef BUTTONGROUPFACTORY_H #define BUTTONGROUPFACTORY_H #include -#include -#include -#include -#include #include "system.h" #include "button.h" #include "buttonGroup.h" #include "containerSettings.h" -#include "functor.h" /*! @namespace * @brief Contains the creaButtonContainer library included in creaMaracasVisu. @@ -31,7 +26,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. @@ -41,6 +35,7 @@ namespace creaButtonContainer { public: //typedef definition + // ---------------------------------------------------------------------------------- /*! @typedef creaButtonContainer::view::Button Button; * @brief Defines the Button type. */ @@ -79,7 +74,7 @@ namespace creaButtonContainer virtual ~ButtonGroupFactory( ); /*! @fn ButtonGroupContainer ButtonGroupFactory::CreateButtonGroupContainer( wxWindow* parent, ButtonGroupModel* settings ); - * @brief This function 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 @@ -90,7 +85,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 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