Public Member Functions | |
wxPackageExcludeListBox () | |
wxPackageExcludeListBox (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxPELB_DEFAULT_STYLE) | |
bool | Create (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxPELB_DEFAULT_STYLE) |
~wxPackageExcludeListBox () | |
void | Add (wxPackageExcludeMode type, const wxString &toadd) |
void | Add (wxPackageExcludeMode type, const wxArrayString &toadd) |
wxArrayString | Get (wxPackageExcludeMode type) const |
wxString | GetSelection (wxPackageExcludeMode *type) const |
void | Delete (wxPackageExcludeMode type, const wxString &str) |
void | DeleteSelected () |
void | Clear () |
bool | IsEmpty () const |
void | SynchFromTree (const wxExplorerTreeCtrl *tree) |
void | SynchTree (wxExplorerTreeCtrl *tree) const |
Protected Member Functions | |
bool | DoSynchTree (const wxTreeItemId &item, wxExplorerTreeCtrl *tree, const wxString &prefix, const wxArrayString &files, const wxArrayString &dirs, const wxArrayString &patterns) const |
Static Protected Member Functions | |
static wxPackageExcludeMode | GetType (const wxString &str) |
static wxString | GetContent (const wxString &str) |
Definition at line 512 of file proppanel.h.