KiCad PCB EDA Suite
|
Public Member Functions | |
NET_NODE (SCH_PIN *aPin, const SCH_SHEET_PATH &aSheet, bool aNoConnect) | |
bool | operator< (const NET_NODE &aNetNode) const |
Public Attributes | |
SCH_PIN * | m_Pin |
SCH_SHEET_PATH | m_Sheet |
bool | m_NoConnect |
Definition at line 177 of file netlist_exporter_allegro.h.
|
inline |
Definition at line 179 of file netlist_exporter_allegro.h.
|
inline |
Definition at line 185 of file netlist_exporter_allegro.h.
References NETLIST_EXPORTER_ALLEGRO::CompareSymbolRef(), SCH_ITEM::GetParentSymbol(), SYMBOL::GetRef(), SCH_PIN::GetShownNumber(), m_Pin, and m_Sheet.
bool NETLIST_EXPORTER_ALLEGRO::NET_NODE::m_NoConnect |
Definition at line 213 of file netlist_exporter_allegro.h.
SCH_PIN* NETLIST_EXPORTER_ALLEGRO::NET_NODE::m_Pin |
Definition at line 211 of file netlist_exporter_allegro.h.
Referenced by NETLIST_EXPORTER_ALLEGRO::extractComponentsInfo(), and operator<().
SCH_SHEET_PATH NETLIST_EXPORTER_ALLEGRO::NET_NODE::m_Sheet |
Definition at line 212 of file netlist_exporter_allegro.h.
Referenced by NETLIST_EXPORTER_ALLEGRO::extractComponentsInfo(), and operator<().