]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/buttonContainerSettings.h
#2516 creaMaracasVisu Feature New Normal - creaPanelButtonContainer ListPanel with...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaPanelButtonContainer / buttonContainerSettings.h
index 9f3e5245db7d7f17cdb1cfc1e433f710951ecfb9..bb00f7dff81a165f03ff055861531a7f3b23adad 100644 (file)
@@ -35,7 +35,7 @@
 
 #include <wx/panel.h>
 #include <wx/bitmap.h>
-//EED-MLER #include <wx/listctrl.h>
+#include <wx/listctrl.h>
 
 #include <list>
 #include <map>
@@ -126,9 +126,7 @@ namespace creaPanelButtonContainer
                         *      @brief This class contains the settings of the button container.
                         */
 
-
                        typedef std::map< std::string, wxPanel* > ItemsMap;
-
                public:
                        // ----------------------------------------------------------------------------------
                        /*! @fn ButtonContainerSettings( );
@@ -234,15 +232,23 @@ namespace creaPanelButtonContainer
                        void
                        AddButtons( BCStructVectorType infoList, int type );
 
+                       void
+                       AddItems(BCPSettingsStruct* info);
+
+                       ItemsMap
+                       GetItemsMap();
+
+                       PanelButton
+                       GetPanelList( const StringType &buttonName );
+
+
                        // ----------------------------------------------------------------------------------
                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.
 
-
                        //MLER
                        ItemsMap m_itemsMap; //This is the map with the name and the wPanel
                };
-
 }//ecapseman
 #endif /* BUTTONCONTAINERSETTINGS_H_ */