]> 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 8317474a63878af153e5a3f4695a3f716934598f..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;
+       //using namespace view;
        // ----------------------------------------------------------------------------------
        /*!     @typedef std::string* StringType;
         *      @brief Defines the StringType type.
@@ -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_ */