#include <checklist.h>
|
| wxGISCheckList (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxLC_NO_HEADER|wxLC_LIST|wxLC_SINGLE_SEL|wxLC_SORT_ASCENDING, const wxValidator &validator=wxDefaultValidator, const wxString &name=wxT("GISCheckList")) |
|
long | InsertItem (const wxString &label, int nChecked) |
|
bool | SetItemData (long item, long data) |
|
long | GetItemData (long item) const |
|
bool | IsItemChanged (long item) |
|
int | GetItemCheckState (long item) |
|
void | SetItemCheckState (long item, int nState) |
|
void | CheckAll () |
|
void | UnCheckAll () |
|
void | InvertCheck () |
|
void | OnLeftDown (wxMouseEvent &event) |
|
|
wxImageList | m_CheckImageList |
|
A List View with check boxes
The documentation for this class was generated from the following files:
- /home/bishop/work/projects/nextgismanager/include/wxgis/framework/checklist.h
- /home/bishop/work/projects/nextgismanager/src/framework/checklist.cpp