KiCad PCB EDA Suite
Loading...
Searching...
No Matches
LIB_SYMBOL_UNIT Struct Reference

#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.
 

Detailed Description

Definition at line 62 of file lib_symbol.h.

Member Data Documentation

◆ m_bodyStyle

int LIB_SYMBOL_UNIT::m_bodyStyle

The alternate body style of the unit.

Definition at line 65 of file lib_symbol.h.

Referenced by LIB_SYMBOL::GetUnitDrawItems().

◆ m_items

std::vector<SCH_ITEM*> LIB_SYMBOL_UNIT::m_items

The items unique to this unit and alternate body style.

Definition at line 66 of file lib_symbol.h.

Referenced by LIB_SYMBOL::GetUnitDrawItems().

◆ m_unit

int LIB_SYMBOL_UNIT::m_unit

The unit number.

Definition at line 64 of file lib_symbol.h.

Referenced by LIB_SYMBOL::GetUnitDrawItems().


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