| 
    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 215 of file widget_save_restore.h.
      
  | 
  inline | 
Definition at line 218 of file widget_save_restore.h.
| CONTROL WIDGET_SAVE_RESTORE::WIDGET_CTRL_T::m_control | 
Definition at line 226 of file widget_save_restore.h.
Referenced by WIDGET_CTRL_T().
| DATA WIDGET_SAVE_RESTORE::WIDGET_CTRL_T::m_dest | 
Definition at line 227 of file widget_save_restore.h.
Referenced by WIDGET_CTRL_T().
| WIDGET_CTRL_TYPE_T WIDGET_SAVE_RESTORE::WIDGET_CTRL_T::m_type | 
Definition at line 225 of file widget_save_restore.h.
Referenced by WIDGET_CTRL_T().