X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWxGUICommand.h;h=e91c33d800ffb6d8244a3a7062a2b88c627a6c73;hb=20439284eb07d0629fd5fb6027e57c3e4dfaeb9f;hp=7c6b114f941a3fcf0f06f31aa067a53b6091a273;hpb=b60f4996d8155665b79e20f85999f287bf1d73d3;p=bbtk.git diff --git a/kernel/src/bbtkWxGUICommand.h b/kernel/src/bbtkWxGUICommand.h index 7c6b114..e91c33d 100644 --- a/kernel/src/bbtkWxGUICommand.h +++ b/kernel/src/bbtkWxGUICommand.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkWxGUICommand.h,v $ Language: C++ - Date: $Date: 2008/06/10 19:19:42 $ - Version: $Revision: 1.2 $ + Date: $Date: 2008/07/23 11:46:11 $ + Version: $Revision: 1.4 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -46,7 +46,7 @@ namespace bbtk { public: WxGUICommandUser() {} - ~WxGUICommandUser() {} + virtual ~WxGUICommandUser() {} /// Callback invoked when a command is entered in the WxGUICommand virtual void WxGUICommandEnter(const std::string& command) {} }; @@ -68,7 +68,7 @@ namespace bbtk void OnBtnGraphS(wxCommandEvent& event); void OnBtnGraphD(wxCommandEvent& event); void OnBtnHelp(wxCommandEvent& event); - void OnBtnHelpBrowser(wxCommandEvent& event); + void OnBtnPackageBrowser(wxCommandEvent& event); void SendCommand(const std::string& command); private : @@ -87,7 +87,7 @@ namespace bbtk ID_Btn_GraphS, ID_Btn_GraphD, ID_Btn_Help, - ID_Btn_HelpBrowser + ID_Btn_PackageBrowser }; DECLARE_EVENT_TABLE()