![]() |
KiCad PCB EDA Suite
|
Struct that represents a single bound control. More...
Public Member Functions | |
template<typename CTRL_T , typename DEST_T > | |
WIDGET_CTRL_T (WIDGET_CTRL_TYPE_T aType, CTRL_T &aCtrl, DEST_T &aDest) | |
Public Attributes | |
WIDGET_CTRL_TYPE_T | m_type |
CONTROL | m_control |
DATA | m_dest |
Struct that represents a single bound control.
Definition at line 188 of file widget_save_restore.h.
|
inline |
Definition at line 191 of file widget_save_restore.h.
CONTROL WIDGET_SAVE_RESTORE::WIDGET_CTRL_T::m_control |
Definition at line 199 of file widget_save_restore.h.
DATA WIDGET_SAVE_RESTORE::WIDGET_CTRL_T::m_dest |
Definition at line 200 of file widget_save_restore.h.
WIDGET_CTRL_TYPE_T WIDGET_SAVE_RESTORE::WIDGET_CTRL_T::m_type |
Definition at line 198 of file widget_save_restore.h.