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. More...
 
int m_convert
 The alternate body style of the unit. More...
 
std::vector< LIB_ITEM * > m_items
 The items unique to this unit and alternate body style. More...
 

Detailed Description

Definition at line 84 of file lib_symbol.h.

Member Data Documentation

◆ m_convert

int LIB_SYMBOL_UNIT::m_convert

The alternate body style of the unit.

Definition at line 87 of file lib_symbol.h.

Referenced by LIB_SYMBOL::GetUniqueUnits(), and LIB_SYMBOL::GetUnitDrawItems().

◆ m_items

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

The items unique to this unit and alternate body style.

Definition at line 88 of file lib_symbol.h.

Referenced by LIB_SYMBOL::GetUniqueUnits(), and LIB_SYMBOL::GetUnitDrawItems().

◆ m_unit

int LIB_SYMBOL_UNIT::m_unit

The unit number.

Definition at line 86 of file lib_symbol.h.

Referenced by LIB_SYMBOL::GetUniqueUnits(), and LIB_SYMBOL::GetUnitDrawItems().


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