|
| OCPNCheckedListCtrl (wxWindow *parent, wxWindowID id=-1, const wxPoint &pt=wxDefaultPosition, const wxSize &sz=wxDefaultSize, long style=wxHSCROLL|wxVSCROLL, const wxString &name=_T("scrolledWindow")) |
|
bool | Create (wxWindow *parent, wxWindowID id=-1, const wxPoint &pt=wxDefaultPosition, const wxSize &sz=wxDefaultSize, long style=wxHSCROLL|wxVSCROLL, const wxString &name=_T("scrolledWindow")) |
|
unsigned int | Append (wxString &label, bool benable=true, bool bsizerLayout=true) |
|
unsigned int | GetCount () |
|
void | RunLayout () |
|
void | Clear () |
|
void | Check (int index, bool val) |
|
bool | IsChecked (int index) |
|
Definition at line 701 of file options.cpp.
◆ OCPNCheckedListCtrl() [1/2]
OCPNCheckedListCtrl::OCPNCheckedListCtrl |
( |
| ) |
|
|
inline |
◆ OCPNCheckedListCtrl() [2/2]
OCPNCheckedListCtrl::OCPNCheckedListCtrl |
( |
wxWindow * | parent, |
|
|
wxWindowID | id = -1, |
|
|
const wxPoint & | pt = wxDefaultPosition, |
|
|
const wxSize & | sz = wxDefaultSize, |
|
|
long | style = wxHSCROLL | wxVSCROLL, |
|
|
const wxString & | name = _T("scrolledWindow") ) |
|
inline |
◆ ~OCPNCheckedListCtrl()
virtual OCPNCheckedListCtrl::~OCPNCheckedListCtrl |
( |
| ) |
|
|
inlinevirtual |
◆ Append()
unsigned int OCPNCheckedListCtrl::Append |
( |
wxString & | label, |
|
|
bool | benable = true, |
|
|
bool | bsizerLayout = true ) |
◆ Check()
void OCPNCheckedListCtrl::Check |
( |
int | index, |
|
|
bool | val ) |
◆ Clear()
void OCPNCheckedListCtrl::Clear |
( |
| ) |
|
◆ Create()
bool OCPNCheckedListCtrl::Create |
( |
wxWindow * | parent, |
|
|
wxWindowID | id = -1, |
|
|
const wxPoint & | pt = wxDefaultPosition, |
|
|
const wxSize & | sz = wxDefaultSize, |
|
|
long | style = wxHSCROLL | wxVSCROLL, |
|
|
const wxString & | name = _T("scrolledWindow") ) |
◆ GetCount()
unsigned int OCPNCheckedListCtrl::GetCount |
( |
| ) |
|
|
inline |
◆ IsChecked()
bool OCPNCheckedListCtrl::IsChecked |
( |
int | index | ) |
|
◆ RunLayout()
void OCPNCheckedListCtrl::RunLayout |
( |
| ) |
|
The documentation for this class was generated from the following file: