KiCad PCB EDA Suite
Loading...
Searching...
No Matches
WIDGET_SAVE_RESTORE::WIDGET_CTRL_T Struct Reference

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
 

Detailed Description

Struct that represents a single bound control.

Definition at line 215 of file widget_save_restore.h.

Constructor & Destructor Documentation

◆ WIDGET_CTRL_T()

template<typename CTRL_T, typename DEST_T>
WIDGET_SAVE_RESTORE::WIDGET_CTRL_T::WIDGET_CTRL_T ( WIDGET_CTRL_TYPE_T aType,
CTRL_T & aCtrl,
DEST_T & aDest )
inline

Definition at line 218 of file widget_save_restore.h.

References m_control, m_dest, and m_type.

Member Data Documentation

◆ m_control

CONTROL WIDGET_SAVE_RESTORE::WIDGET_CTRL_T::m_control

Definition at line 226 of file widget_save_restore.h.

Referenced by WIDGET_CTRL_T().

◆ m_dest

DATA WIDGET_SAVE_RESTORE::WIDGET_CTRL_T::m_dest

Definition at line 227 of file widget_save_restore.h.

Referenced by WIDGET_CTRL_T().

◆ m_type

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().


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