]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/creaPanelButtonContainer.h
#2509 creaMaracasVisu Feature New Normal - creaPanelButtonContainer ListPanel with...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaPanelButtonContainer / creaPanelButtonContainer.h
index acbe800b098aca3c7b1cb205f3bb7ebe1f21ecea..93ea3da0bf8b8f7c3398da6b7af586ab0cf9a65c 100644 (file)
@@ -36,6 +36,7 @@
 #include <wx/panel.h>
 #include <wx/aui/aui.h>
 #include <string>
+#include <wx/gdicmn.h>
 
 #include "containerSettings.h"
 #include "buttonContainerPanel.h"
@@ -101,6 +102,15 @@ namespace creaPanelButtonContainer
                         */
                        void
                        GenericButtonEvent( const std::string &buttonName );
+
+                       // ----------------------------------------------------------------------------------
+                       void
+                       UpdateListPanel( const std::string &buttonName );
+
+                       void
+                       GenericListEvent( const std::string &buttonName );
+                       //MLER
+
                        // ----------------------------------------------------------------------------------
                private:
                        //Settings
@@ -109,7 +119,7 @@ namespace creaPanelButtonContainer
                        ButtonContainerPanel* m_ButtonContainerPanel; //!<This is the panel with de buttons (creaButtonContainer)
                        wxAuiManager* m_AuiManager; //!<The AUI Manager for the panels.
                        wxPanel* m_ButtonPanel; //!<This is the panel used to contain the panels of the buttons. (it changes with the buttonAction)
-
+                       wxPanel* m_ListPanel;
 
                        ListWx* mylist; //MLER