]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/system.h
#2507 creaMaracasVisu Feature New Normal - creaPanelButtonContainer ListPanel
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaButtonContainer / model / system.h
index 69c3d2d8d7f6b5ec616003b065b4088694fce614..987a5653342625a0f7c5b19c7b605bcb42367643 100644 (file)
 #include <exception>
 #include <string>
 #include "functor.h"
-//EED-MLER #include <listWx.h>
-//EED-MLER #include <wx/listctrl.h>
 
 
-/*!    @namespace <creaButtonContainer>
- *     @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 <ItemsList> 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_ */