OpenCPN Partial API docs
|
Public Member Functions | |
ToolbarChoicesDialog () | |
Constructors. More... | |
ToolbarChoicesDialog (wxWindow *parent, wxWindow *sponsor, wxWindowID id=-1, const wxString &caption=_T(""), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=SYMBOL_ToolbarChoices_STYLE) | |
void | SetColorScheme (ColorScheme cs) |
void | RecalculateSize (void) |
void | CreateControls () |
void | OnCancelClick (wxCommandEvent &event) |
void | OnOkClick (wxCommandEvent &event) |
Public Attributes | |
wxButton * | m_CancelButton |
wxButton * | m_OKButton |
std::vector< wxCheckBox * > | cboxes |
wxMenu * | m_configMenu |
ocpnFloatingToolbarDialog * | m_ToolbarDialogAncestor |
ToolbarChoicesDialog::ToolbarChoicesDialog | ( | ) |
Constructors.
ToolbarChoicesDialog event table definition
ToolbarChoicesDialog constructors
Definition at line 3102 of file toolbar.cpp.
ToolbarChoicesDialog::ToolbarChoicesDialog | ( | wxWindow * | parent, |
wxWindow * | sponsor, | ||
wxWindowID | id = -1 , |
||
const wxString & | caption = _T("") , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxDefaultSize , |
||
long | style = SYMBOL_ToolbarChoices_STYLE |
||
) |
Definition at line 3104 of file toolbar.cpp.
ToolbarChoicesDialog::~ToolbarChoicesDialog | ( | ) |
Definition at line 3123 of file toolbar.cpp.
void ToolbarChoicesDialog::CreateControls | ( | ) |
Control creation for ToolbarChoicesDialog
Definition at line 3129 of file toolbar.cpp.
void ToolbarChoicesDialog::OnCancelClick | ( | wxCommandEvent & | event | ) |
Definition at line 3223 of file toolbar.cpp.
void ToolbarChoicesDialog::OnOkClick | ( | wxCommandEvent & | event | ) |
Definition at line 3227 of file toolbar.cpp.
void ToolbarChoicesDialog::RecalculateSize | ( | void | ) |
Definition at line 3285 of file toolbar.cpp.
void ToolbarChoicesDialog::SetColorScheme | ( | ColorScheme | cs | ) |
Definition at line 3221 of file toolbar.cpp.
ocpnFloatingToolbarDialog* ToolbarChoicesDialog::m_ToolbarDialogAncestor |