|
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 51 of file pcad_nets.h.
| PCAD2KICAD::PCAD_NET::PCAD_NET | ( | int | aNetCode | ) |
Definition at line 76 of file pcad_nets.cpp.
| PCAD2KICAD::PCAD_NET::~PCAD_NET | ( | ) |
Definition at line 82 of file pcad_nets.cpp.
References m_NetNodes.
| void PCAD2KICAD::PCAD_NET::Parse | ( | XNODE * | aNode | ) |
Definition at line 93 of file pcad_nets.cpp.
References PCAD2KICAD::ConvertNetName(), 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 60 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 61 of file pcad_nets.h.
Referenced by PCAD2KICAD::PCAD_PCB::AddToBoard(), PCAD2KICAD::PCAD_PCB::GetNetCode(), and PCAD_NET().
| PCAD_NET_NODES_ARRAY PCAD2KICAD::PCAD_NET::m_NetNodes |
Definition at line 62 of file pcad_nets.h.
Referenced by Parse(), PCAD2KICAD::PCAD_PCB::ParseBoard(), and ~PCAD_NET().