X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FcreaButtonContainer%2Fmodel%2Fsystem.h;h=987a5653342625a0f7c5b19c7b605bcb42367643;hb=e1c23d053ffe93035f13802efdb19dc116e4b46c;hp=69c3d2d8d7f6b5ec616003b065b4088694fce614;hpb=19866c24e0c00120d0a40da4d03d6eebc3e031b6;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/system.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/system.h index 69c3d2d..987a565 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/system.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/system.h @@ -39,27 +39,13 @@ #include #include #include "functor.h" -//EED-MLER #include -//EED-MLER #include -/*! @namespace - * @brief Contains the creaButtonContainer library included in creaMaracasVisu. - */ - -/*namespace creaButtonContainer +namespace creaButtonContainer { - namespace view - { - typedef std::list< ListWx* > ListLst; - typedef std::map< StringType, ListLst > ListGroupMap; // ex: grupo A,lista A,lista B - } + //using namespace view; -}*/ -namespace creaButtonContainer -{ -//EED-MLER using namespace view; // ---------------------------------------------------------------------------------- /*! @typedef std::string* StringType; * @brief Defines the StringType type. @@ -113,17 +99,6 @@ namespace creaButtonContainer typedef std::map< StringType, ButtonList > ButtonGroupMap; - - //typedef wxListItem* Item; //lista objeto - //typedef std::list< Item > ItemsList; //lista de los objetos lista - //typedef std::list Lista; - //typedef std::map< StringType, ItemsList > ListGroupMap; // ex: grupo A,items lista A (la lista de ese grupo) - - -//EED-MLER typedef std::list< ListWx > ListLst; -//EED-MLER typedef std::map< StringType, ListLst > ListGroupMap; // ex: grupo A,lista A,lista B - - // ---------------------------------------------------------------------------------- } #endif /* SYSTEM_H_ */