X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FcreaPanelButtonContainer%2FcreaPanelButtonContainer.h;h=096ceddf773c7bfe689875819eb2be635a51bedb;hb=ecf68d834a4193f68661d9d73ea1e6652fb83f20;hp=c7e5c09fa8e4642f98115b512a86d3d1acb2a4a8;hpb=3c6c4d236dd41550927d9180688f40c127301431;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/creaPanelButtonContainer.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/creaPanelButtonContainer.h index c7e5c09..096cedd 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/creaPanelButtonContainer.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/creaPanelButtonContainer.h @@ -38,12 +38,12 @@ #include #include +#include "listConfigDialog.h" #include "containerSettings.h" #include "buttonContainerPanel.h" #include "buttonContainerSettings.h" #include "functor.h" #include "listWx.h" -#include "listConfigPanel.h" /*! @namespace * @brief Contains the creaPanelButtonContainer library included in creaMaracasVisu. @@ -74,10 +74,10 @@ namespace creaPanelButtonContainer * This class inherits from wxPanel and contains a wxListBox */ typedef creaButtonContainer::view::ListWx ListWx; - /*! typedef creaPanelButtonContainer::ListConfigPanel ListConfigPanel; + /*! typedef creaPanelButtonContainer::ListConfigDialog ListConfigDialog; * @brief Defines a ListConfigPanel to configure */ - typedef creaPanelButtonContainer::ListConfigPanel ListConfigPanel; + typedef creaButtonContainer::view::ListConfigDialog ListConfigDialog; //End MLER // ---------------------------------------------------------------------------------- @@ -120,6 +120,8 @@ namespace creaPanelButtonContainer void UpdateListPanel(const std::string &buttonName); + void + OnConfigButton(wxCommandEvent& event); // ---------------------------------------------------------------------------------- private: @@ -132,8 +134,12 @@ namespace creaPanelButtonContainer //MLER ListWx* m_ListWxPanel; - - DECLARE_EVENT_TABLE() + ListConfigDialog* m_ListConfigDialog; + // + wxPanel* m_PanelUp; + ListWx* m_CurrentWxPanel; + //todo change to bitmap + wxButton* m_ConfigButton;DECLARE_EVENT_TABLE() //!