X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=kernel%2Fsrc%2FbbtkWxGUIPackageBrowser2.h;h=762f78bb2c317d3612fb13547d6bfaef519d8a95;hb=d3e9248abd5502eeca0c84974cccf885d4744d8c;hp=c0eb0a60f5eed32e6908bd821fe311bd5bdaef76;hpb=cfad95b6e08e6e53846ffcda7fbc5932065f2c47;p=bbtk.git diff --git a/kernel/src/bbtkWxGUIPackageBrowser2.h b/kernel/src/bbtkWxGUIPackageBrowser2.h index c0eb0a6..762f78b 100644 --- a/kernel/src/bbtkWxGUIPackageBrowser2.h +++ b/kernel/src/bbtkWxGUIPackageBrowser2.h @@ -106,6 +106,7 @@ namespace bbtk void UpdateInfo(BlackBoxDescriptor* descr); void InsertInputOutput(wxListCtrl* l, BlackBoxInputOutputDescriptor* i); + void OnEraseBackGround( wxEvent& ); private: BlackBoxDescriptor* mDescriptor; wxStaticText* mName; @@ -168,7 +169,6 @@ namespace bbtk void OnActivated(wxListEvent& event); void OnFocused(wxListEvent& event); void OnCacheHint(wxListEvent& event); - void OnChar(wxKeyEvent& event); #if USE_CONTEXT_MENU @@ -193,6 +193,7 @@ private: wxListItemAttr m_attr; + // DECLARE_NO_COPY_CLASS(WxGUIBlackBoxListCtrl) DECLARE_EVENT_TABLE() }; @@ -214,6 +215,7 @@ private: bool IsVisible(BlackBoxDescriptor::Pointer d); void OnFilter(wxCommandEvent&); + void OnEraseBackGround( wxEvent& ); // User callback when a box is selected in the list void WxGUIBlackBoxListUserOnSelected( BlackBoxDescriptor* ); @@ -242,6 +244,7 @@ private: wxCheckBox *mShowWidgetsFilter; wxCheckBox *mShowAdaptorsFilter; wxCheckBox *mShowGUIsFilter; + //RaC BlackBoxDescriptor *_actualSelected;