Public Member Functions | |
| wxTaskListBox (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0, const wxString &name=wxT("tasklistbox")) | |
| void | Append (const wxString &item, const wxString &logdata=wxEmptyString, const wxString &loglabel=wxEmptyString, int success=-1) |
| void | Prepend (const wxString &item, const wxString &logdata=wxEmptyString, const wxString &loglabel=wxEmptyString, int success=-1) |
| wxString | GetString (unsigned int n) const |
| wxString | GetLog (unsigned int n) const |
| wxString | GetLogLabel (unsigned int n) const |
| void | Delete (unsigned int n) |
| void | SetString (unsigned int n, const wxString &item) |
| unsigned int | GetCount () const |
| void | SetTaskInProgress (unsigned int n) |
Protected Member Functions | |
| virtual wxString | OnGetItem (size_t n) const |
| virtual wxString | OnGetItemMarkup (size_t n) const |
Protected Attributes | |
| wxArrayString | m_items |
| wxArrayString | m_logs |
| wxArrayString | m_loglabels |
| wxArrayInt | m_success |
| int | m_nInProgress |
Definition at line 216 of file taskpanel.h.
1.5.1-p1