|
OpenCPN Partial API docs
|
Public Member Functions | |
| ToolbarChoicesDialog () | |
| Constructors. | |
| ToolbarChoicesDialog (wxWindow *parent, ocpnFloatingToolbarDialog *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 2327 of file toolbar.cpp.
| ToolbarChoicesDialog::ToolbarChoicesDialog | ( | wxWindow * | parent, |
| ocpnFloatingToolbarDialog * | sponsor, | ||
| wxWindowID | id = -1, | ||
| const wxString & | caption = _T(""), | ||
| const wxPoint & | pos = wxDefaultPosition, | ||
| const wxSize & | size = wxDefaultSize, | ||
| long | style = SYMBOL_ToolbarChoices_STYLE ) |
Definition at line 2329 of file toolbar.cpp.
| ToolbarChoicesDialog::~ToolbarChoicesDialog | ( | ) |
Definition at line 2350 of file toolbar.cpp.
| void ToolbarChoicesDialog::CreateControls | ( | ) |
Control creation for ToolbarChoicesDialog
Definition at line 2356 of file toolbar.cpp.
| void ToolbarChoicesDialog::OnCancelClick | ( | wxCommandEvent & | event | ) |
Definition at line 2450 of file toolbar.cpp.
| void ToolbarChoicesDialog::OnOkClick | ( | wxCommandEvent & | event | ) |
Definition at line 2454 of file toolbar.cpp.
| void ToolbarChoicesDialog::RecalculateSize | ( | void | ) |
Definition at line 2512 of file toolbar.cpp.
| void ToolbarChoicesDialog::SetColorScheme | ( | ColorScheme | cs | ) |
Definition at line 2448 of file toolbar.cpp.
| ocpnFloatingToolbarDialog* ToolbarChoicesDialog::m_ToolbarDialogAncestor |