X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FmaracasVisuLib%2Fsrc%2Finterface%2FwxWindows%2Fwidgets%2FcreaPanelButtonContainer%2FcreaPanelButtonContainer.cxx;h=23feb3e1534987a2b929499142042159ebfef691;hb=3c6c4d236dd41550927d9180688f40c127301431;hp=2cd26add7a968c39bede4cc54a92657de197228e;hpb=bbd33bbb0f352d14d7068d87fcd50e02341004a9;p=creaMaracasVisu.git diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/creaPanelButtonContainer.cxx b/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/creaPanelButtonContainer.cxx index 2cd26ad..23feb3e 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/creaPanelButtonContainer.cxx +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/creaPanelButtonContainer/creaPanelButtonContainer.cxx @@ -1,27 +1,27 @@ /*# --------------------------------------------------------------------- -# -# Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image -# pour la Sant�) -# Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton -# Previous Authors : Laurent Guigues, Jean-Pierre Roux -# CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil -# -# This software is governed by the CeCILL-B license under French law and -# abiding by the rules of distribution of free software. You can use, -# modify and/ or redistribute the software under the terms of the CeCILL-B -# license as circulated by CEA, CNRS and INRIA at the following URL -# http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html -# or in the file LICENSE.txt. -# -# As a counterpart to the access to the source code and rights to copy, -# modify and redistribute granted by the license, users are provided only -# with a limited warranty and the software's author, the holder of the -# economic rights, and the successive licensors have only limited -# liability. -# -# The fact that you are presently reading this means that you have had -# knowledge of the CeCILL-B license and that you accept its terms. -# ------------------------------------------------------------------------ */ + # + # Copyright (c) CREATIS (Centre de Recherche en Acquisition et Traitement de l'Image + # pour la Sant�) + # Authors : Eduardo Davila, Frederic Cervenansky, Claire Mouton + # Previous Authors : Laurent Guigues, Jean-Pierre Roux + # CreaTools website : www.creatis.insa-lyon.fr/site/fr/creatools_accueil + # + # This software is governed by the CeCILL-B license under French law and + # abiding by the rules of distribution of free software. You can use, + # modify and/ or redistribute the software under the terms of the CeCILL-B + # license as circulated by CEA, CNRS and INRIA at the following URL + # http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html + # or in the file LICENSE.txt. + # + # As a counterpart to the access to the source code and rights to copy, + # modify and redistribute granted by the license, users are provided only + # with a limited warranty and the software's author, the holder of the + # economic rights, and the successive licensors have only limited + # liability. + # + # The fact that you are presently reading this means that you have had + # knowledge of the CeCILL-B license and that you accept its terms. + # ------------------------------------------------------------------------ */ /*! * @file creaPanelButtonContainer.h @@ -32,207 +32,155 @@ #include "creaPanelButtonContainer.h" - namespace creaPanelButtonContainer { BEGIN_EVENT_TABLE(PanelButtonContainer,wxPanel) - //EVT_LIST_ITEM_SELECTED(-1, ListWx::ListEvent) +//EVT_LIST_ITEM_SELECTED(-1, ListWx::ListEvent) - //(*EventTable(ButtonContainerPanel) - //*) +//(*EventTable(ButtonContainerPanel) +//*) END_EVENT_TABLE() - // ---------------------------------------------------------------------------------- - typedef creaButtonContainer::model::TConcreteFunctor< PanelButtonContainer > TConcreteFunctor; - // ---------------------------------------------------------------------------------- - PanelButtonContainer::PanelButtonContainer( wxWindow* parent, ButtonContainerSettings* bcSettings, int type ) - : wxPanel( parent, -1, wxDefaultPosition, wxDefaultSize, wxDEFAULT_FRAME_STYLE, _T("creaPanelButtonContainer") ) +// ---------------------------------------------------------------------------------- + typedef creaButtonContainer::model::TConcreteFunctor< PanelButtonContainer > TConcreteFunctor; +// ---------------------------------------------------------------------------------- + PanelButtonContainer::PanelButtonContainer(wxWindow* parent, + ButtonContainerSettings* bcSettings, int type) + : wxPanel(parent, -1, wxDefaultPosition, wxDefaultSize, + wxDEFAULT_FRAME_STYLE, _T("creaPanelButtonContainer")) { - std::cout<< "MLER | creaPanelButtonContainer:: PanelButtonContainer() " << std::endl; - this->m_ButtonContainerSettings = bcSettings; - - //Class that manages the event!!! - //EED 20/01/2012 - TConcreteFunctor* functor = new TConcreteFunctor( this, &PanelButtonContainer::GenericButtonEvent ); -// TConcreteFunctor* functor = new TConcreteFunctor( this->m_ButtonPanel, &PanelButtonContainer::GenericButtonEvent ); - //end of the event definition - - TConcreteFunctor* lFunctor = new TConcreteFunctor( this, &PanelButtonContainer::GenericListEvent ); - //MLER - //Using AuiManager to Manage the Panels - this->m_AuiManager = new wxAuiManager( this, wxAUI_MGR_DEFAULT ); - + this->m_AuiManager = new wxAuiManager(this, wxAUI_MGR_DEFAULT); - if(type == 0) + if (type == 0) { - this->m_ButtonPanel = new wxPanel( this ); - std::cout << "tipo 0; new ButtonContainerPanel"<m_ButtonContainerPanel = new ButtonContainerPanel( this, this->m_ButtonContainerSettings->GetButtonGroupSettings( functor ) ); - - this->m_AuiManager->AddPane( this->m_ButtonContainerPanel,wxAuiPaneInfo( ).Name( _T("ButtonContainerPanel") ).Caption(_("ButtonContainerPanel") ). CaptionVisible( true ).CloseButton(false ).Center( ).Resizable( true ) ); - this->m_AuiManager->AddPane(this->m_ButtonPanel, wxAuiPaneInfo( ).Name( _T("ButtonPanel") ).Caption( _("ButtonPanel") ). CaptionVisible(true ).CloseButton( false ).Bottom( ).Resizable( true ) ); + //Class that manages the event!!! + //EED 20/01/2012 + TConcreteFunctor* functor = new TConcreteFunctor(this, + &PanelButtonContainer::GenericButtonEvent); + //end of the event definition + this->m_EventPanel = new wxPanel(this); + this->m_ButtonContainerPanel = new ButtonContainerPanel(this, + this->m_ButtonContainerSettings->GetButtonGroupSettings(functor)); + //Bottom Panel + this->m_AuiManager->AddPane(this->m_EventPanel, + wxAuiPaneInfo().Name(_T("EventPanel")).Caption(_("EventPanel")).CaptionVisible( + true).MinimizeButton().MaximizeButton().CloseButton(false).Center().Resizable( + true)); + //Top Panel + this->m_AuiManager->AddPane(this->m_ButtonContainerPanel, + wxAuiPaneInfo().Name(_T("ButtonContainerPanel")).DefaultPane().Caption( + _("ButtonContainerPanel")).PinButton().CaptionVisible( + true).CloseButton(false).Center().Resizable(true)); } - else if( type == 1) + else if (type == 1) { - this->m_ListPanel = new wxPanel(this); - std::cout << "tipo 1; new LIstWx"<mylist = new ListWx(this, -1,this->m_ButtonContainerSettings->GetItemsMap(), lFunctor); - mylist->FillList(); - this->m_AuiManager->AddPane( this->mylist,wxAuiPaneInfo( ).Name( _T("ListContainerPanel") ).Caption(_("ListContainerPanel") ). CaptionVisible( true ).CloseButton(false ).Center( ).Resizable( true ) ); - this->m_AuiManager->AddPane(this->m_ListPanel, wxAuiPaneInfo( ).Name( _T("ListPanel") ).Caption( _("ListPanel") ). CaptionVisible(true ).CloseButton( false ).Bottom( ).Resizable( true ) ); + TConcreteFunctor* lFunctor = new TConcreteFunctor(this, + &PanelButtonContainer::GenericListEvent); + + this->m_EventPanel = new wxPanel(this); + std::cout << "tipo 1; new LIstWx" << std::endl; + + this->m_ListWxPanel = new ListWx(this, -1, + this->m_ButtonContainerSettings->GetItemsVector(), lFunctor); + + //Bottom Panel + this->m_AuiManager->AddPane(this->m_EventPanel, + wxAuiPaneInfo().Name(_T("EventPanel")).Caption(_("EventPanel")).CaptionVisible( + true).MinimizeButton().MaximizeButton().CloseButton(false).Center().Resizable( + true)); + //Top Panel + this->m_AuiManager->AddPane(this->m_ListWxPanel, + wxAuiPaneInfo().Name(_T("ListContainerPanel")).DefaultPane().Caption( + _("ListContainerPanel")).PinButton().CaptionVisible( + true).CloseButton(false).Center().Resizable(true)); } - else if( type == 2) + else if(type == 2) { - this->m_ListPanel = new wxPanel(this); - - panelUp = new wxPanel(this, -1, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL, _T("ListConfigContainerPanel")); - wxBoxSizer* mainSizer = new wxBoxSizer(wxHORIZONTAL); - - //======= - wxBoxSizer* listSizer = new wxBoxSizer(wxVERTICAL); - - this->mylist = new ListWx(panelUp,-1,this->m_ButtonContainerSettings->GetItemsMap(),lFunctor); - this->mylist->Show(false); - ItemsMap empty; - this->myConfiglist = new ListWx(panelUp,-1, empty,lFunctor); - listSizer->Add(this->myConfiglist,0,wxEXPAND); - listSizer->Add(this->mylist,0,wxEXPAND); - mainSizer->Add(listSizer,0,wxEXPAND|wxALL,7); - - //======= - wxBoxSizer* buttonSizer = new wxBoxSizer(wxVERTICAL); - - button = new wxButton(panelUp, -1, _("Configurar"), - wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator, _("Configurar")); - - buttonSizer->Add(button,0,wxEXPAND); - mainSizer->Add(buttonSizer,0,wxEXPAND|wxALL,14); - //======= - - panelUp->SetSizer(mainSizer); - - this->m_AuiManager->AddPane( panelUp,wxAuiPaneInfo( ).Name( _T("ListConfigContainerPanel") ).Caption(_("ListConfigContainerPanel") ). CaptionVisible( true ).CloseButton(false ).Center( ).Resizable( true ) ); - this->m_AuiManager->AddPane(this->m_ListPanel, wxAuiPaneInfo( ).Name( _T("ListPanel") ).Caption( _("ListPanel") ). CaptionVisible(true ).CloseButton( false ).Bottom( ).Resizable( true ) ); } //MLER - this->m_AuiManager->Update( ); - //m_listConfigPanel = new ListConfigPanel(this,1,_("Configuracion"),mylist); - - this->Connect(wxEVT_COMMAND_BUTTON_CLICKED, - wxCommandEventHandler(PanelButtonContainer::ButtonEvent)); - + this->m_AuiManager->Update(); } - // ---------------------------------------------------------------------------------- - PanelButtonContainer::~PanelButtonContainer( ) +// ---------------------------------------------------------------------------------- + PanelButtonContainer::~PanelButtonContainer() { } - // ---------------------------------------------------------------------------------- - void - PanelButtonContainer::UpdatePanel( const std::string &buttonName ) +// ---------------------------------------------------------------------------------- + void PanelButtonContainer::UpdatePanel(const std::string &buttonName) { try { - std::cout<< "MLER | creaPanelButtonContainer:: UpdatePanel() " << std::endl; - //Hiding the last CartoSettingsPanel - this->m_ButtonPanel->Show( false ); + this->m_EventPanel->Show(false); //Finding the CartoSettingsPanel of the ButtonClicket - this->m_ButtonPanel = this->m_ButtonContainerSettings->GetPanelButton(buttonName ); - std::cout<< buttonName << "---testEvento 2 "<m_EventPanel = this->m_ButtonContainerSettings->GetPanelButton( + buttonName); //changing the parent of the panel! - if ( this->m_ButtonPanel->GetParent( ) != this ) + if (this->m_EventPanel->GetParent() != this) { - this->m_ButtonPanel->Reparent( this ); - }//fi - //Panel Management - this->m_AuiManager->GetPane( _T("ButtonPanel") ).window = this->m_ButtonPanel; + this->m_EventPanel->Reparent(this); + } //fi + //Panel Management + this->m_AuiManager->GetPane(_T("EventPanel")).window = this->m_EventPanel; //Updating the manager - this->m_AuiManager->Update( ); - }//yrt - catch ( const std::exception& e ) + this->m_AuiManager->Update(); + } //yrt + catch (const std::exception& e) { std::cerr - << "PanelButtonContainer::UpdatePanel( const std::string &buttonName )" - << "exception: " << e.what( ) << std::endl; + << "PanelButtonContainer::UpdatePanel( const std::string &buttonName )" + << "exception: " << e.what() << std::endl; std::cout << "Maybe the panel of the button is NULL" << std::endl; - exit( 1 ); - }//hctac - } - // ---------------------------------------------------------------------------------- - void - PanelButtonContainer::GenericButtonEvent( const std::string &buttonName ) - { - std::cout<< "MLER | creaPanelButtonContainer:: GenericButtonEvent() " << std::endl; - std::cout<< buttonName << "---testEvento 1 "<UpdatePanel( buttonName ); + exit(1); + } //hctac } // ---------------------------------------------------------------------------------- - - void - PanelButtonContainer::UpdateListPanel( const std::string &buttonName ) + void PanelButtonContainer::GenericButtonEvent(const std::string &buttonName) { - try{ - - std::cout<< "MLER | creaPanelButtonContainer:: UpdateListPanel() " << std::endl; - std::cout<< buttonName << " --- test 2 "<m_ListPanel->Show( false ); - - this->m_ListPanel = this->m_ButtonContainerSettings->GetPanelList(buttonName ); - - if ( this->m_ListPanel->GetParent( ) != this ) - { - this->m_ListPanel->Reparent( this ); - }//fi - //Panel Management - this->m_AuiManager->GetPane( _T("ListPanel") ).window = this->m_ListPanel; - //Updating the manager - this->m_AuiManager->Update( ); - - }catch( const std::exception& e ) - { - std::cerr - << "PanelButtonContainer::UpdatePanel( const std::string &buttonName )" - << "exception: " << e.what( ) << std::endl; - std::cout << "Maybe the panel of the list is NULL" << std::endl; - exit( 1 ); - }//hctac + this->UpdatePanel(buttonName); } - void - PanelButtonContainer::GenericListEvent( const std::string &buttonName ) + // ---------------------------------------------------------------------------------- + //MLER + void PanelButtonContainer::GenericListEvent(const std::string &buttonName) { - std::cout<< "MLER | creaPanelButtonContainer:: GenericListEvent() " << std::endl; - std::cout<< buttonName << " --- test 3 "<UpdateListPanel( buttonName ); + this->UpdateListPanel(buttonName); } - void - PanelButtonContainer::ButtonEvent ( wxCommandEvent& event ) + // ---------------------------------------------------------------------------------- + void PanelButtonContainer::UpdateListPanel(const std::string &buttonName) { + try + { + this->m_EventPanel->Show(false); + this->m_EventPanel = this->m_ButtonContainerSettings->GetPanelList( + buttonName); - m_listConfigPanel = new ListConfigPanel(this,-1,_("Configuracion"), mylist, myConfiglist); - - std::cout<< "BUtton Event"<m_EventPanel->GetParent() != this) + { + this->m_EventPanel->Reparent(this); + } //fi + //Panel Management + this->m_AuiManager->GetPane(_T("EventPanel")).window = this->m_EventPanel; + //Updating the manager + this->m_AuiManager->Update(); - m_listConfigPanel->ShowModal(); - this->myConfiglist->Reparent(panelUp); - this->myConfiglist->Show(true); - this->myConfiglist->SetFunctorEnabled(true); - this->myConfiglist->Update(); - this->m_AuiManager->Update( ); - this->m_ListPanel->Show(false); + } catch (const std::exception& e) + { + std::cerr + << "PanelButtonContainer::UpdatePanel( const std::string &buttonName )" + << "exception: " << e.what() << std::endl; + std::cout << "Maybe the panel of the list is NULL" << std::endl; + exit(1); + } //hctac } - - +// ---------------------------------------------------------------------------------- }//ecapseman -