OpenCPN Partial API docs
Loading...
Searching...
No Matches
OCPNCheckedListCtrl Class Reference
Inheritance diagram for OCPNCheckedListCtrl:

Public Member Functions

 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)
 
unsigned int GetCount ()
 
void Clear ()
 
void Check (int index, bool val)
 
bool IsChecked (int index)
 

Detailed Description

Definition at line 787 of file options.cpp.

Constructor & Destructor Documentation

◆ OCPNCheckedListCtrl() [1/2]

OCPNCheckedListCtrl::OCPNCheckedListCtrl ( )
inline

Definition at line 789 of file options.cpp.

◆ 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

Definition at line 791 of file options.cpp.

◆ ~OCPNCheckedListCtrl()

virtual OCPNCheckedListCtrl::~OCPNCheckedListCtrl ( )
inlinevirtual

Definition at line 805 of file options.cpp.

Member Function Documentation

◆ Append()

unsigned int OCPNCheckedListCtrl::Append ( wxString &  label,
bool  benable = true 
)

Definition at line 840 of file options.cpp.

◆ Check()

void OCPNCheckedListCtrl::Check ( int  index,
bool  val 
)

Definition at line 852 of file options.cpp.

◆ Clear()

void OCPNCheckedListCtrl::Clear ( )

Definition at line 869 of file options.cpp.

◆ 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") 
)

Definition at line 823 of file options.cpp.

◆ GetCount()

unsigned int OCPNCheckedListCtrl::GetCount ( )
inline

Definition at line 808 of file options.cpp.

◆ IsChecked()

bool OCPNCheckedListCtrl::IsChecked ( int  index)

Definition at line 859 of file options.cpp.


The documentation for this class was generated from the following file: