X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWxGUIPackageBrowser2.h;h=869da8b8ab8609f0e962760ef3efbf8ba0cc2a77;hb=a32025c531a0e20e967dc2ba3e0817f6932061b1;hp=debebbdb1500fbddb62c2bd755e1a8f3f1c4dd92;hpb=4ad5b5ee44357ad873bc8c43230defb6d0a79879;p=bbtk.git diff --git a/kernel/src/bbtkWxGUIPackageBrowser2.h b/kernel/src/bbtkWxGUIPackageBrowser2.h index debebbd..869da8b 100644 --- a/kernel/src/bbtkWxGUIPackageBrowser2.h +++ b/kernel/src/bbtkWxGUIPackageBrowser2.h @@ -3,8 +3,8 @@ Program: bbtk Module: $RCSfile: bbtkWxGUIPackageBrowser2.h,v $ Language: C++ - Date: $Date: 2008/04/18 12:59:16 $ - Version: $Revision: 1.3 $ + Date: $Date: 2008/04/23 09:31:23 $ + 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 @@ -79,7 +79,7 @@ namespace bbtk WxGUIBlackBoxInfo(wxWindow* parent); ~WxGUIBlackBoxInfo(); - void UpdateInfo(BlackBoxDescriptor::Pointer descr); + void UpdateInfo(BlackBoxDescriptor* descr); void InsertInputOutput(wxListCtrl* l, BlackBoxInputOutputDescriptor* i); private: BlackBoxDescriptor* mDescriptor; @@ -101,7 +101,7 @@ namespace bbtk virtual ~WxGUIBlackBoxListUser() {} // User callback when a box is selected in the list - virtual void WxGUIBlackBoxListUserOnSelected( BlackBoxDescriptor::Pointer ) {} + virtual void WxGUIBlackBoxListUserOnSelected( BlackBoxDescriptor* ) {} }; //================================================================ @@ -191,7 +191,7 @@ private: void OnFilter(wxCommandEvent&); // User callback when a box is selected in the list - void WxGUIBlackBoxListUserOnSelected( BlackBoxDescriptor::Pointer ); + void WxGUIBlackBoxListUserOnSelected( BlackBoxDescriptor* ); private: wxAuiManager m_mgr; @@ -207,6 +207,12 @@ private: wxTextCtrl* mCategoryFilter; wxTextCtrl* mInputTypeFilter; wxTextCtrl* mOutputTypeFilter; + wxTextCtrl* mInputNatureFilter; + wxTextCtrl* mOutputNatureFilter; + + wxCheckBox* mShowWidgetsFilter; + wxCheckBox* mShowAdaptorsFilter; + wxCheckBox* mShowGUIsFilter; DECLARE_EVENT_TABLE() };