]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/buttonContainerSettings.h
#2497 creaMaracasVisu Feature New Normal - In container button add the list option
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaPanelButtonContainer / buttonContainerSettings.h
index cdb3207783c62ad3a1a171201293cfa65abd2231..056e4e87e89a6e61ac25b3506f4333be9897d091 100644 (file)
@@ -35,7 +35,7 @@
 
 #include <wx/panel.h>
 #include <wx/bitmap.h>
-#include <wx/listctrl.h>
+//EED-MLER #include <wx/listctrl.h>
 
 #include <list>
 #include <map>
@@ -126,9 +126,9 @@ namespace creaPanelButtonContainer
                         *      @brief This class contains the settings of the button container.
                         */
 
-                       typedef wxListItem Item;
-                       typedef std::list < tList* > ItemsList;
-                       typedef std::map< StringType, ListLst > ListGroupMap;
+//EED-MLER                     typedef wxListItem Item;
+//EED-MLER                     typedef std::list < tList* > ItemsList;
+//EED-MLER                     typedef std::map< StringType, ListLst > ListGroupMap;
 
 
                public:
@@ -236,18 +236,21 @@ namespace creaPanelButtonContainer
                        void
                        AddButtons( BCStructVectorType infoList );
 
+//EED-MLER
+/*
                        void
                        AddItem (BCPSettingsStruct* info);
 
                        void
                        AddItems( BCStructVectorType infoList );
+*/
 
                        // ----------------------------------------------------------------------------------
                private:
                        ButtonGroupMap m_ButtonGroupContainer; //!<This is the map with the groups of buttons.
                        KeyMapList m_GroupNameList; //!<This is a container with the name of the groups.
 
-                       ListGroupMap m_ListGroupContainer;
+//EED-MLER                     ListGroupMap m_ListGroupContainer;
        };
 }//ecapseman
 #endif /* BUTTONCONTAINERSETTINGS_H_ */