|
KiCad PCB EDA Suite
|
Public Member Functions | |
| NET_NODE (SCH_PIN *aPin, const SCH_SHEET_PATH &aSheet) | |
| bool | operator< (const NET_NODE &aNetNode) const |
Public Attributes | |
| SCH_PIN * | m_Pin |
| SCH_SHEET_PATH | m_Sheet |
Definition at line 189 of file netlist_exporter_allegro.h.
|
inline |
Definition at line 191 of file netlist_exporter_allegro.h.
References m_Pin, and m_Sheet.
Referenced by operator<().
|
inline |
Definition at line 196 of file netlist_exporter_allegro.h.
References NETLIST_EXPORTER_ALLEGRO::CompareSymbolRef(), SCH_ITEM::GetParentSymbol(), SYMBOL::GetRef(), SCH_PIN::GetShownNumber(), m_Pin, m_Sheet, and NET_NODE().
| SCH_PIN* NETLIST_EXPORTER_ALLEGRO::NET_NODE::m_Pin |
Definition at line 222 of file netlist_exporter_allegro.h.
Referenced by NETLIST_EXPORTER_ALLEGRO::extractComponentsInfo(), NET_NODE(), and operator<().
| SCH_SHEET_PATH NETLIST_EXPORTER_ALLEGRO::NET_NODE::m_Sheet |
Definition at line 223 of file netlist_exporter_allegro.h.
Referenced by NETLIST_EXPORTER_ALLEGRO::extractComponentsInfo(), NET_NODE(), and operator<().