|
KiCad PCB EDA Suite
|
A first-class footprint choice on a LIB_SYMBOL, tied to a named pin map. More...
#include <pin_map.h>
Public Member Functions | |
| bool | operator== (const ASSOCIATED_FOOTPRINT &aOther) const |
Public Attributes | |
| LIB_ID | m_FootprintLibId |
| wxString | m_MapName |
A first-class footprint choice on a LIB_SYMBOL, tied to a named pin map.
Unlike the existing fp_filters glob list, an associated footprint names a concrete footprint LIB_ID and the named map that resolves the symbol's pins onto that footprint's pads. An empty map name means the footprint resolves by identity/unmapped only.
|
inline |
Definition at line 162 of file pin_map.h.
References m_FootprintLibId, and m_MapName.
| LIB_ID ASSOCIATED_FOOTPRINT::m_FootprintLibId |
Definition at line 159 of file pin_map.h.
Referenced by PANEL_SYMBOL_PIN_MAP::applyColumnFootprint(), operator==(), ParseAssociatedFootprints(), and SCH_IO_KICAD_SEXPR_PARSER::parseAssociatedFootprints().
| wxString ASSOCIATED_FOOTPRINT::m_MapName |
Definition at line 160 of file pin_map.h.
Referenced by PANEL_SYMBOL_PIN_MAP::applyColumnFootprint(), operator==(), ParseAssociatedFootprints(), and SCH_IO_KICAD_SEXPR_PARSER::parseAssociatedFootprints().