KiCad PCB EDA Suite
|
#include <pcad_nets.h>
Public Member Functions | |
PCAD_NET (int aNetCode) | |
~PCAD_NET () | |
void | Parse (XNODE *aNode) |
Public Attributes | |
wxString | m_Name |
int | m_NetCode |
PCAD_NET_NODES_ARRAY | m_NetNodes |
Definition at line 49 of file pcad_nets.h.
PCAD2KICAD::PCAD_NET::PCAD_NET | ( | int | aNetCode | ) |
Definition at line 46 of file pcad_nets.cpp.
References m_Name.
PCAD2KICAD::PCAD_NET::~PCAD_NET | ( | ) |
Definition at line 52 of file pcad_nets.cpp.
References m_NetNodes.
void PCAD2KICAD::PCAD_NET::Parse | ( | XNODE * | aNode | ) |
Definition at line 63 of file pcad_nets.cpp.
References PCAD2KICAD::FindNode(), XNODE::GetNext(), PCAD2KICAD::PCAD_NET_NODE::m_CompRef, m_Name, m_NetNodes, and PCAD2KICAD::PCAD_NET_NODE::m_PinRef.
Referenced by PCAD2KICAD::PCAD_PCB::ParseBoard().
wxString PCAD2KICAD::PCAD_NET::m_Name |
Definition at line 58 of file pcad_nets.h.
Referenced by PCAD2KICAD::PCAD_PCB::AddToBoard(), PCAD2KICAD::PCAD_PCB::GetNetCode(), Parse(), PCAD2KICAD::PCAD_PCB::ParseBoard(), and PCAD_NET().
int PCAD2KICAD::PCAD_NET::m_NetCode |
Definition at line 59 of file pcad_nets.h.
Referenced by PCAD2KICAD::PCAD_PCB::AddToBoard(), and PCAD2KICAD::PCAD_PCB::GetNetCode().
PCAD_NET_NODES_ARRAY PCAD2KICAD::PCAD_NET::m_NetNodes |
Definition at line 60 of file pcad_nets.h.
Referenced by Parse(), PCAD2KICAD::PCAD_PCB::ParseBoard(), and ~PCAD_NET().