KiCad PCB EDA Suite
Loading...
Searching...
No Matches
WIDGET_SAVE_RESTORE::CONTROL Union Reference

Public Member Functions

 CONTROL (wxCheckBox *aCtrl)
 
 CONTROL (wxRadioButton *aCtrl)
 
 CONTROL (wxChoice *aCtrl)
 
 CONTROL (wxNotebook *aCtrl)
 
 CONTROL (wxRadioBox *aCtrl)
 
 CONTROL (wxTextCtrl *aCtrl)
 
 CONTROL (UNIT_BINDER *aCtrl)
 

Public Attributes

wxCheckBox * m_checkbox
 
wxChoice * m_choice
 
wxNotebook * m_notebook
 
wxRadioBox * m_radiobox
 
wxRadioButton * m_radiobutton
 
wxTextCtrl * m_textctrl
 
UNIT_BINDERm_unit_binder
 

Detailed Description

Definition at line 134 of file widget_save_restore.h.

Constructor & Destructor Documentation

◆ CONTROL() [1/7]

WIDGET_SAVE_RESTORE::CONTROL::CONTROL ( wxCheckBox * aCtrl)
inline

Definition at line 135 of file widget_save_restore.h.

References m_checkbox.

◆ CONTROL() [2/7]

WIDGET_SAVE_RESTORE::CONTROL::CONTROL ( wxRadioButton * aCtrl)
inline

Definition at line 140 of file widget_save_restore.h.

References m_radiobutton.

◆ CONTROL() [3/7]

WIDGET_SAVE_RESTORE::CONTROL::CONTROL ( wxChoice * aCtrl)
inline

Definition at line 145 of file widget_save_restore.h.

References m_choice.

◆ CONTROL() [4/7]

WIDGET_SAVE_RESTORE::CONTROL::CONTROL ( wxNotebook * aCtrl)
inline

Definition at line 150 of file widget_save_restore.h.

References m_notebook.

◆ CONTROL() [5/7]

WIDGET_SAVE_RESTORE::CONTROL::CONTROL ( wxRadioBox * aCtrl)
inline

Definition at line 155 of file widget_save_restore.h.

References m_radiobox.

◆ CONTROL() [6/7]

WIDGET_SAVE_RESTORE::CONTROL::CONTROL ( wxTextCtrl * aCtrl)
inline

Definition at line 160 of file widget_save_restore.h.

References m_textctrl.

◆ CONTROL() [7/7]

WIDGET_SAVE_RESTORE::CONTROL::CONTROL ( UNIT_BINDER * aCtrl)
inline

Definition at line 165 of file widget_save_restore.h.

References m_unit_binder, and WIDGET_SAVE_RESTORE::UNIT_BINDER.

Member Data Documentation

◆ m_checkbox

wxCheckBox* WIDGET_SAVE_RESTORE::CONTROL::m_checkbox

Definition at line 170 of file widget_save_restore.h.

Referenced by CONTROL().

◆ m_choice

wxChoice* WIDGET_SAVE_RESTORE::CONTROL::m_choice

Definition at line 171 of file widget_save_restore.h.

Referenced by CONTROL().

◆ m_notebook

wxNotebook* WIDGET_SAVE_RESTORE::CONTROL::m_notebook

Definition at line 172 of file widget_save_restore.h.

Referenced by CONTROL().

◆ m_radiobox

wxRadioBox* WIDGET_SAVE_RESTORE::CONTROL::m_radiobox

Definition at line 173 of file widget_save_restore.h.

Referenced by CONTROL().

◆ m_radiobutton

wxRadioButton* WIDGET_SAVE_RESTORE::CONTROL::m_radiobutton

Definition at line 174 of file widget_save_restore.h.

Referenced by CONTROL().

◆ m_textctrl

wxTextCtrl* WIDGET_SAVE_RESTORE::CONTROL::m_textctrl

Definition at line 175 of file widget_save_restore.h.

Referenced by CONTROL().

◆ m_unit_binder

UNIT_BINDER* WIDGET_SAVE_RESTORE::CONTROL::m_unit_binder

Definition at line 176 of file widget_save_restore.h.

Referenced by CONTROL().


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