|
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 36 of file pcad_nets.h.
| PCAD2KICAD::PCAD_NET_NODE::PCAD_NET_NODE | ( | ) |
Definition at line 60 of file pcad_nets.cpp.
| PCAD2KICAD::PCAD_NET_NODE::~PCAD_NET_NODE | ( | ) |
Definition at line 67 of file pcad_nets.cpp.
| wxString PCAD2KICAD::PCAD_NET_NODE::m_CompRef |
Definition at line 43 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 44 of file pcad_nets.h.
Referenced by PCAD2KICAD::PCAD_NET::Parse(), and PCAD_NET_NODE().