KiCad PCB EDA Suite
Loading...
Searching...
No Matches
PCAD2KICAD::PCAD_NET Class Reference

#include <pcad_nets.h>

Inheritance diagram for PCAD2KICAD::PCAD_NET:

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
 

Detailed Description

Definition at line 49 of file pcad_nets.h.

Constructor & Destructor Documentation

◆ PCAD_NET()

PCAD2KICAD::PCAD_NET::PCAD_NET ( int  aNetCode)

Definition at line 46 of file pcad_nets.cpp.

References m_Name.

◆ ~PCAD_NET()

PCAD2KICAD::PCAD_NET::~PCAD_NET ( )

Definition at line 52 of file pcad_nets.cpp.

References m_NetNodes.

Member Function Documentation

◆ Parse()

void PCAD2KICAD::PCAD_NET::Parse ( XNODE aNode)

Member Data Documentation

◆ m_Name

wxString PCAD2KICAD::PCAD_NET::m_Name

◆ m_NetCode

int PCAD2KICAD::PCAD_NET::m_NetCode

◆ m_NetNodes

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().


The documentation for this class was generated from the following files: