| 
    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 38 of file pcad_nets.h.
| PCAD2KICAD::PCAD_NET_NODE::PCAD_NET_NODE | ( | ) | 
Definition at line 34 of file pcad_nets.cpp.
| PCAD2KICAD::PCAD_NET_NODE::~PCAD_NET_NODE | ( | ) | 
Definition at line 41 of file pcad_nets.cpp.
| wxString PCAD2KICAD::PCAD_NET_NODE::m_CompRef | 
Definition at line 45 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 46 of file pcad_nets.h.
Referenced by PCAD2KICAD::PCAD_NET::Parse(), and PCAD_NET_NODE().