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 134 of file widget_save_restore.h.
|
inline |
Definition at line 135 of file widget_save_restore.h.
References m_checkbox.
|
inline |
Definition at line 140 of file widget_save_restore.h.
References m_radiobutton.
|
inline |
Definition at line 145 of file widget_save_restore.h.
References m_choice.
|
inline |
Definition at line 150 of file widget_save_restore.h.
References m_notebook.
|
inline |
Definition at line 155 of file widget_save_restore.h.
References m_radiobox.
|
inline |
Definition at line 160 of file widget_save_restore.h.
References m_textctrl.
|
inline |
Definition at line 165 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 170 of file widget_save_restore.h.
Referenced by CONTROL().
wxChoice* WIDGET_SAVE_RESTORE::CONTROL::m_choice |
Definition at line 171 of file widget_save_restore.h.
Referenced by CONTROL().
wxNotebook* WIDGET_SAVE_RESTORE::CONTROL::m_notebook |
Definition at line 172 of file widget_save_restore.h.
Referenced by CONTROL().
wxRadioBox* WIDGET_SAVE_RESTORE::CONTROL::m_radiobox |
Definition at line 173 of file widget_save_restore.h.
Referenced by CONTROL().
wxRadioButton* WIDGET_SAVE_RESTORE::CONTROL::m_radiobutton |
Definition at line 174 of file widget_save_restore.h.
Referenced by CONTROL().
wxTextCtrl* WIDGET_SAVE_RESTORE::CONTROL::m_textctrl |
Definition at line 175 of file widget_save_restore.h.
Referenced by CONTROL().
UNIT_BINDER* WIDGET_SAVE_RESTORE::CONTROL::m_unit_binder |
Definition at line 176 of file widget_save_restore.h.
Referenced by CONTROL().