| 
    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 70 of file lib_symbol.h.
| int LIB_SYMBOL_UNIT::m_bodyStyle | 
The alternate body style of the unit.
Definition at line 73 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 74 of file lib_symbol.h.
Referenced by LIB_SYMBOL::GetUnitDrawItems().
| int LIB_SYMBOL_UNIT::m_unit | 
The unit number.
Definition at line 72 of file lib_symbol.h.
Referenced by LIB_SYMBOL::GetUnitDrawItems().