OpenCPN Partial API docs
|
Public Member Functions | |
ToolbarChoicesDialog () | |
Constructors. More... | |
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 2351 of file toolbar.cpp.
void ToolbarChoicesDialog::CreateControls | ( | void | ) |
Control creation for ToolbarChoicesDialog
Definition at line 2379 of file toolbar.cpp.