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

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
 
ocpnFloatingToolbarDialogm_ToolbarDialogAncestor
 

Detailed Description

Definition at line 581 of file toolbar.h.

Constructor & Destructor Documentation

◆ ToolbarChoicesDialog() [1/2]

ToolbarChoicesDialog::ToolbarChoicesDialog ( )

Constructors.

ToolbarChoicesDialog event table definition

ToolbarChoicesDialog constructors

Definition at line 3102 of file toolbar.cpp.

◆ ToolbarChoicesDialog() [2/2]

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::~ToolbarChoicesDialog ( )

Definition at line 3123 of file toolbar.cpp.

Member Function Documentation

◆ CreateControls()

void ToolbarChoicesDialog::CreateControls ( )

Control creation for ToolbarChoicesDialog

Definition at line 3129 of file toolbar.cpp.

◆ OnCancelClick()

void ToolbarChoicesDialog::OnCancelClick ( wxCommandEvent &  event)

Definition at line 3223 of file toolbar.cpp.

◆ OnOkClick()

void ToolbarChoicesDialog::OnOkClick ( wxCommandEvent &  event)

Definition at line 3227 of file toolbar.cpp.

◆ RecalculateSize()

void ToolbarChoicesDialog::RecalculateSize ( void  )

Definition at line 3285 of file toolbar.cpp.

◆ SetColorScheme()

void ToolbarChoicesDialog::SetColorScheme ( ColorScheme  cs)

Definition at line 3221 of file toolbar.cpp.

Member Data Documentation

◆ cboxes

std::vector<wxCheckBox *> ToolbarChoicesDialog::cboxes

Definition at line 606 of file toolbar.h.

◆ m_CancelButton

wxButton* ToolbarChoicesDialog::m_CancelButton

Definition at line 603 of file toolbar.h.

◆ m_configMenu

wxMenu* ToolbarChoicesDialog::m_configMenu

Definition at line 607 of file toolbar.h.

◆ m_OKButton

wxButton* ToolbarChoicesDialog::m_OKButton

Definition at line 604 of file toolbar.h.

◆ m_ToolbarDialogAncestor

ocpnFloatingToolbarDialog* ToolbarChoicesDialog::m_ToolbarDialogAncestor

Definition at line 608 of file toolbar.h.


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