|
KiCad PCB EDA Suite
|
#include <pcad_nets.h>
Public Member Functions | |
| PCAD_NET_NODE () | |
| ~PCAD_NET_NODE () | |
Public Attributes | |
| wxString | m_CompRef |
| wxString | m_PinRef |
Definition at line 40 of file pcad_nets.h.
| PCAD2KICAD::PCAD_NET_NODE::PCAD_NET_NODE | ( | ) |
Definition at line 64 of file pcad_nets.cpp.
| PCAD2KICAD::PCAD_NET_NODE::~PCAD_NET_NODE | ( | ) |
Definition at line 71 of file pcad_nets.cpp.
| wxString PCAD2KICAD::PCAD_NET_NODE::m_CompRef |
Definition at line 47 of file pcad_nets.h.
Referenced by PCAD2KICAD::PCAD_NET::Parse(), and PCAD_NET_NODE().
| wxString PCAD2KICAD::PCAD_NET_NODE::m_PinRef |
Definition at line 48 of file pcad_nets.h.
Referenced by PCAD2KICAD::PCAD_NET::Parse(), and PCAD_NET_NODE().