Public Member Functions |
|
| MyListCtrlCheckbox (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxLC_ICON, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxListCtrlNameStr) |
|
std::vector< long > | GetCheckedIds () const |
|
std::vector< long > | GetUncheckedIds () const |
|
std::vector< wxUIntPtr > | GetCheckedData () const |
|
std::vector< wxUIntPtr > | GetUncheckedData () const |
|
bool | IsChecked (long item) const |
|
void | SetChecked (long item, bool checked) |
Protected Member Functions |
|
std::vector< long > | GetAllItems () const |
|
void | OnMouseEvent (wxMouseEvent &event) |
|
bool | CreateIcons () |
|
virtual void | OnClickedCheckbox (long item) |
The documentation for this class was generated from the following files: