KiCad PCB EDA Suite
Loading...
Searching...
No Matches
ENET Struct Reference

Eagle net. More...

#include <eagle_parser.h>

Inheritance diagram for ENET:
EAGLE_BASE

Public Member Functions

 ENET (int aNetCode, const wxString &aNetName)
 
 ENET ()
 
 ENET (wxXmlNode *aNet, IO_BASE *aIo=nullptr)
 
void Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 
void AdvanceProgressPhase ()
 

Public Attributes

wxString netname
 
int netcode
 
std::vector< std::unique_ptr< ESEGMENT > > segments
 
IO_BASEio
 

Detailed Description

Eagle net.

Definition at line 512 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ENET() [1/3]

ENET::ENET ( int  aNetCode,
const wxString &  aNetName 
)
inline

Definition at line 526 of file eagle_parser.h.

◆ ENET() [2/3]

ENET::ENET ( )
inline

Definition at line 531 of file eagle_parser.h.

◆ ENET() [3/3]

ENET::ENET ( wxXmlNode *  aNet,
IO_BASE aIo = nullptr 
)

Definition at line 661 of file eagle_parser.cpp.

References EAGLE_BASE::AdvanceProgressPhase(), netcode, netname, and segments.

Member Function Documentation

◆ AdvanceProgressPhase()

◆ Report()

void EAGLE_BASE::Report ( const wxString &  aMsg,
SEVERITY  aSeverity = RPT_SEVERITY_UNDEFINED 
)
inherited

Definition at line 494 of file eagle_parser.cpp.

References EAGLE_BASE::io, and IO_BASE::Report().

Member Data Documentation

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 403 of file eagle_parser.h.

Referenced by EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::Report().

◆ netcode

int ENET::netcode

Definition at line 522 of file eagle_parser.h.

Referenced by ENET(), and PCB_IO_EAGLE::loadElements().

◆ netname

wxString ENET::netname

Definition at line 521 of file eagle_parser.h.

Referenced by ENET().

◆ segments

std::vector<std::unique_ptr<ESEGMENT> > ENET::segments

Definition at line 524 of file eagle_parser.h.

Referenced by ENET().


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