KiCad PCB EDA Suite
|
#include <lib_symbol.h>
Public Attributes | |
int | m_unit |
The unit number. | |
int | m_bodyStyle |
The alternate body style of the unit. | |
std::vector< SCH_ITEM * > | m_items |
The items unique to this unit and alternate body style. | |
Definition at line 63 of file lib_symbol.h.
int LIB_SYMBOL_UNIT::m_bodyStyle |
The alternate body style of the unit.
Definition at line 66 of file lib_symbol.h.
Referenced by LIB_SYMBOL::GetUnitDrawItems().
std::vector<SCH_ITEM*> LIB_SYMBOL_UNIT::m_items |
The items unique to this unit and alternate body style.
Definition at line 67 of file lib_symbol.h.
Referenced by LIB_SYMBOL::GetUnitDrawItems().
int LIB_SYMBOL_UNIT::m_unit |
The unit number.
Definition at line 65 of file lib_symbol.h.
Referenced by LIB_SYMBOL::GetUnitDrawItems().