]> 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 f20232ba4ae9cdcd8f879af1ac374fc243df0a39..93ea3da0bf8b8f7c3398da6b7af586ab0cf9a65c 100644 (file)
 #include <wx/panel.h>
 #include <wx/aui/aui.h>
 #include <string>
+#include <wx/gdicmn.h>
 
 #include "containerSettings.h"
 #include "buttonContainerPanel.h"
 #include "buttonContainerSettings.h"
 #include "functor.h"
+#include "listWx.h"
 
 /*!    @namespace <creaPanelButtonContainer>
  *     @brief Contains the creaPanelButtonContainer library included in creaMaracasVisu.
@@ -66,6 +68,7 @@ namespace creaPanelButtonContainer
                         */
                        typedef creaButtonContainer::view::ButtonContainerPanel
                            ButtonContainerPanel;
+                       typedef creaButtonContainer::view::ListWx ListWx;
                        // ----------------------------------------------------------------------------------
                        //end of typedef definition.
                public:
@@ -99,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
@@ -107,6 +119,10 @@ 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
+
                DECLARE_EVENT_TABLE() //!<Event Table declaration.
        };
 }//ecapseman