]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/buttonContainerSettings.h
CreaPanelButtonContainer boxes
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaPanelButtonContainer / buttonContainerSettings.h
index e568683caf874eadf01905c80899f70c4be37a3b..55b6e2c1183e52c4c7db1d859b58201227a26848 100644 (file)
@@ -13,6 +13,7 @@
 #include <list>
 #include <map>
 #include <wx/panel.h>
+#include <vector>
 
 #include "structButtonContainerSettings.h"
 #include "containerSettings.h"
@@ -31,7 +32,7 @@ namespace creaPanelButtonContainer
        typedef std::list< std::string > KeyMapList;
        typedef std::list< ButtonPair* > ButtonList;
        typedef std::map< std::string, ButtonList > ButtonGroupMap;
-       typedef std::list< BCSettingsStruct* > BCSetListType;
+       typedef std::vector< BCSettingsStruct* > BCStructVectorType;
        class ButtonContainerSettings
        {
                public:
@@ -58,7 +59,7 @@ namespace creaPanelButtonContainer
                        AddButton( BCSettingsStruct* info );
 
                        void
-                       AddButtons( BCSetListType infoList );
+                       AddButtons( BCStructVectorType infoList );
 
                private:
                        ButtonGroupMap m_ButtonGroupContainer;