Public Member Functions | |
| wxPackageFilterPanel () | |
| Constructors. | |
| wxPackageFilterPanel (wxWindow *parent, wxWindowID id=SYMBOL_WXPACKAGEFILTERPANEL_IDNAME, const wxPoint &pos=SYMBOL_WXPACKAGEFILTERPANEL_POSITION, const wxSize &size=SYMBOL_WXPACKAGEFILTERPANEL_SIZE, long style=SYMBOL_WXPACKAGEFILTERPANEL_STYLE) | |
| bool | Create (wxWindow *parent, wxWindowID id=SYMBOL_WXPACKAGEFILTERPANEL_IDNAME, const wxPoint &pos=SYMBOL_WXPACKAGEFILTERPANEL_POSITION, const wxSize &size=SYMBOL_WXPACKAGEFILTERPANEL_SIZE, long style=SYMBOL_WXPACKAGEFILTERPANEL_STYLE) |
| Creation. | |
| void | CreateControls () |
| Creates the controls and sizers. | |
| void | OnFilterUpdate (wxCommandEvent &ev) |
| void | Reset () |
| bool | IsToPreserve (const wxPackage &pkg) const |
| Returns true if the given package passed through this filter. | |
Protected Attributes | |
| wxChoice * | m_pSupportedPort |
| wxChoice * | m_pCategory |
| wxTextCtrl * | m_pKeywords |
Definition at line 41 of file filterpanel.h.
1.5.1-p1