]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/buttonContainerSettings.h
#2502 creaMaracasVisu Feature New Normal - alternation between containers: button...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaPanelButtonContainer / buttonContainerSettings.h
index cdb3207783c62ad3a1a171201293cfa65abd2231..329ced9f1b7f5c3d6b9d868027e7e09d04c136e3 100644 (file)
@@ -126,10 +126,6 @@ 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;
-
 
                public:
                        // ----------------------------------------------------------------------------------
@@ -236,18 +232,12 @@ namespace creaPanelButtonContainer
                        void
                        AddButtons( BCStructVectorType infoList );
 
-                       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;
-       };
+                       };
 }//ecapseman
 #endif /* BUTTONCONTAINERSETTINGS_H_ */