]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/system.h
#2509 creaMaracasVisu Feature New Normal - creaPanelButtonContainer ListPanel with...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaButtonContainer / model / system.h
index 475bb212ebf796bb3986ea845d6bd5f24a16f5af..747372613949f1e913f1ee7ca049c7657fe9f39a 100644 (file)
 #include <exception>
 #include <string>
 #include "functor.h"
-//#include "listWx.h"
-//#include <wx/listctrl.h>
 
 
-/*!    @namespace <creaButtonContainer>
- *     @brief Contains the creaButtonContainer library included in creaMaracasVisu.
- */
-
-/*namespace creaButtonContainer
-{
-       namespace view
-       {
-               typedef std::list< ListWx* > ListLst;
-               typedef std::map< StringType, ListLst > ListGroupMap; // ex: grupo A,lista A,lista B
-       }
-
-
-}*/
 namespace creaButtonContainer
 {
        //using namespace view;
@@ -113,16 +97,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)
-
-
-       //typedef std::list< ListWx > ListLst; // lista contenedor
-       //typedef std::map< StringType, ListLst > ListGroupMap; // ex: grupo A,lista A,lista B
-
 // ----------------------------------------------------------------------------------
 }
 #endif /* SYSTEM_H_ */