]> Creatis software - creaMaracasVisu.git/blobdiff - lib/maracasVisuLib/src/interface/wxWindows/widgets/creaButtonContainer/view/listWx.cxx
#2516 creaMaracasVisu Feature New Normal - creaPanelButtonContainer ListPanel with...
[creaMaracasVisu.git] / lib / maracasVisuLib / src / interface / wxWindows / widgets / creaButtonContainer / view / listWx.cxx
index 80def4ebd926792e94ceb43e5e9c1fde292ae68a..4e6bb47b3df733850ab1478944d9a32d871dc583 100644 (file)
@@ -46,7 +46,7 @@ namespace creaButtonContainer
                        this->m_FunctorEnabled = true;
 
                        this->Connect(wxEVT_COMMAND_LISTBOX_SELECTED,
-                                       wxCommandEventHandler(ListWx::ListEvent));
+                                       wxCommandEventHandler(ListWx::OnListEvent));
 
                        if (!iVector.empty())
                        {
@@ -76,7 +76,7 @@ namespace creaButtonContainer
                        this->m_FunctorEnabled = true;
 
                        this->Connect(wxEVT_COMMAND_LISTBOX_SELECTED,
-                                       wxCommandEventHandler(ListWx::ListEvent));
+                                       wxCommandEventHandler(ListWx::OnListEvent));
 
                        sizer->Add(this->m_ListBox, 1, wxGROW);
 
@@ -90,7 +90,7 @@ namespace creaButtonContainer
 
                // ----------------------------------------------------------------------------------
 
-               void ListWx::ListEvent(wxCommandEvent& event)
+               void ListWx::OnListEvent(wxCommandEvent& event)
                {
                        if (!this->IsFunctorEnabled())
                                return;
@@ -98,7 +98,7 @@ namespace creaButtonContainer
                        {
                                try
                                {
-                                       std::cout << "MLER | ListWx::ListEvent( wxListEvent& event )"
+                                       std::cout << "MLER | ListWx::OnListEvent( wxListEvent& event )"
                                                        << std::endl;
 
                                        int iSelection;