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

Detailed Description

Definition at line 701 of file options.cpp.

Constructor & Destructor Documentation

◆ OCPNCheckedListCtrl() [1/2]

OCPNCheckedListCtrl::OCPNCheckedListCtrl ( )
inline

Definition at line 703 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 705 of file options.cpp.

◆ ~OCPNCheckedListCtrl()

virtual OCPNCheckedListCtrl::~OCPNCheckedListCtrl ( )
inlinevirtual

Definition at line 719 of file options.cpp.

Member Function Documentation

◆ Append()

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

Definition at line 757 of file options.cpp.

◆ Check()

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

Definition at line 770 of file options.cpp.

◆ Clear()

void OCPNCheckedListCtrl::Clear ( )

Definition at line 789 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 740 of file options.cpp.

◆ GetCount()

unsigned int OCPNCheckedListCtrl::GetCount ( )
inline

Definition at line 723 of file options.cpp.

◆ IsChecked()

bool OCPNCheckedListCtrl::IsChecked ( int index)

Definition at line 777 of file options.cpp.

◆ RunLayout()

void OCPNCheckedListCtrl::RunLayout ( )

Definition at line 787 of file options.cpp.


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