| Append(const wxString &item, const wxString &logdata=wxEmptyString, const wxString &loglabel=wxEmptyString, int success=-1) | wxTaskListBox | [inline] |
| Delete(unsigned int n) | wxTaskListBox | |
| GetCount() const | wxTaskListBox | [inline] |
| GetLog(unsigned int n) const | wxTaskListBox | [inline] |
| GetLogLabel(unsigned int n) const | wxTaskListBox | [inline] |
| GetString(unsigned int n) const | wxTaskListBox | [inline] |
| m_items | wxTaskListBox | [protected] |
| m_loglabels | wxTaskListBox | [protected] |
| m_logs | wxTaskListBox | [protected] |
| m_nInProgress | wxTaskListBox | [protected] |
| m_success | wxTaskListBox | [protected] |
| OnGetItem(size_t n) const | wxTaskListBox | [protected, virtual] |
| OnGetItemMarkup(size_t n) const | wxTaskListBox | [protected, virtual] |
| Prepend(const wxString &item, const wxString &logdata=wxEmptyString, const wxString &loglabel=wxEmptyString, int success=-1) | wxTaskListBox | [inline] |
| SetString(unsigned int n, const wxString &item) | wxTaskListBox | [inline] |
| SetTaskInProgress(unsigned int n) | wxTaskListBox | [inline] |
| wxTaskListBox(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=wxT("tasklistbox")) | wxTaskListBox | |