X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWxGUICommand.h;h=e91c33d800ffb6d8244a3a7062a2b88c627a6c73;hb=d325fab57e4ef788ab6cca976407c61e58e3ecff;hp=318a63c666c691ebaf7c5c57b9890acd320f7896;hpb=28300312b87bd50ca689d497c5a500ad4d343d5d;p=bbtk.git diff --git a/kernel/src/bbtkWxGUICommand.h b/kernel/src/bbtkWxGUICommand.h index 318a63c..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/03/20 09:51:29 $ - Version: $Revision: 1.1 $ + 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,6 +68,7 @@ namespace bbtk void OnBtnGraphS(wxCommandEvent& event); void OnBtnGraphD(wxCommandEvent& event); void OnBtnHelp(wxCommandEvent& event); + void OnBtnPackageBrowser(wxCommandEvent& event); void SendCommand(const std::string& command); private : @@ -85,7 +86,8 @@ namespace bbtk ID_Btn_Config, ID_Btn_GraphS, ID_Btn_GraphD, - ID_Btn_Help + ID_Btn_Help, + ID_Btn_PackageBrowser }; DECLARE_EVENT_TABLE()