]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/creaPanelButtonContainer.h
#2507 creaMaracasVisu Feature New Normal - creaPanelButtonContainerListPanel
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaPanelButtonContainer / creaPanelButtonContainer.h
index f20232ba4ae9cdcd8f879af1ac374fc243df0a39..acbe800b098aca3c7b1cb205f3bb7ebe1f21ecea 100644 (file)
@@ -41,6 +41,7 @@
 #include "buttonContainerPanel.h"
 #include "buttonContainerSettings.h"
 #include "functor.h"
+#include "listWx.h"
 
 /*!    @namespace <creaPanelButtonContainer>
  *     @brief Contains the creaPanelButtonContainer library included in creaMaracasVisu.
@@ -66,6 +67,7 @@ namespace creaPanelButtonContainer
                         */
                        typedef creaButtonContainer::view::ButtonContainerPanel
                            ButtonContainerPanel;
+                       typedef creaButtonContainer::view::ListWx ListWx;
                        // ----------------------------------------------------------------------------------
                        //end of typedef definition.
                public:
@@ -107,6 +109,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)
+
+
+                       ListWx* mylist; //MLER
+
                DECLARE_EVENT_TABLE() //!<Event Table declaration.
        };
 }//ecapseman