]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/model/system.h
#2497 creaMaracasVisu Feature New Normal - In container button add the list option
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaButtonContainer / model / system.h
index ab863ea211103dc75f02e9775b3f74a2f869c534..69c3d2d8d7f6b5ec616003b065b4088694fce614 100644 (file)
 #include <exception>
 #include <string>
 #include "functor.h"
-#include "wx/bitmap.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 view
+       {
+               typedef std::list< ListWx* > ListLst;
+               typedef std::map< StringType, ListLst > ListGroupMap; // ex: grupo A,lista A,lista B
+       }
+
+
+}*/
 namespace creaButtonContainer
 {
+//EED-MLER     using namespace view;
        // ----------------------------------------------------------------------------------
        /*!     @typedef std::string* StringType;
         *      @brief Defines the StringType type.
@@ -97,7 +111,19 @@ namespace creaButtonContainer
         *      @brief Defines the ButtonGroupMap type.
         */
        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_ */