|
KiCad PCB EDA Suite
|
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_BINDER * | m_unit_binder |
Definition at line 130 of file widget_save_restore.h.
|
inline |
Definition at line 131 of file widget_save_restore.h.
References m_checkbox.
|
inline |
Definition at line 136 of file widget_save_restore.h.
References m_radiobutton.
|
inline |
Definition at line 141 of file widget_save_restore.h.
References m_choice.
|
inline |
Definition at line 146 of file widget_save_restore.h.
References m_notebook.
|
inline |
Definition at line 151 of file widget_save_restore.h.
References m_radiobox.
|
inline |
Definition at line 156 of file widget_save_restore.h.
References m_textctrl.
|
inline |
Definition at line 161 of file widget_save_restore.h.
References m_unit_binder, and WIDGET_SAVE_RESTORE::UNIT_BINDER.
| wxCheckBox* WIDGET_SAVE_RESTORE::CONTROL::m_checkbox |
Definition at line 166 of file widget_save_restore.h.
Referenced by CONTROL().
| wxChoice* WIDGET_SAVE_RESTORE::CONTROL::m_choice |
Definition at line 167 of file widget_save_restore.h.
Referenced by CONTROL().
| wxNotebook* WIDGET_SAVE_RESTORE::CONTROL::m_notebook |
Definition at line 168 of file widget_save_restore.h.
Referenced by CONTROL().
| wxRadioBox* WIDGET_SAVE_RESTORE::CONTROL::m_radiobox |
Definition at line 169 of file widget_save_restore.h.
Referenced by CONTROL().
| wxRadioButton* WIDGET_SAVE_RESTORE::CONTROL::m_radiobutton |
Definition at line 170 of file widget_save_restore.h.
Referenced by CONTROL().
| wxTextCtrl* WIDGET_SAVE_RESTORE::CONTROL::m_textctrl |
Definition at line 171 of file widget_save_restore.h.
Referenced by CONTROL().
| UNIT_BINDER* WIDGET_SAVE_RESTORE::CONTROL::m_unit_binder |
Definition at line 172 of file widget_save_restore.h.
Referenced by CONTROL().