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

#include <eagle_parser.h>

Inheritance diagram for ESEGMENT:
EAGLE_BASE

Public Member Functions

 ESEGMENT (wxXmlNode *aSegment, IO_BASE *aIo=nullptr)
 
void Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 
void AdvanceProgressPhase ()
 

Public Attributes

std::vector< std::unique_ptr< EPINREF > > pinRefs
 
std::vector< std::unique_ptr< EPORTREF > > portRefs
 
std::vector< std::unique_ptr< EWIRE > > wires
 
std::vector< std::unique_ptr< EJUNCTION > > junctions
 
std::vector< std::unique_ptr< ELABEL > > labels
 
std::vector< std::unique_ptr< EPROBE > > probes
 
IO_BASEio
 

Detailed Description

Definition at line 1821 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ESEGMENT()

ESEGMENT::ESEGMENT ( wxXmlNode *  aSegment,
IO_BASE aIo = nullptr 
)

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

◆ junctions

std::vector<std::unique_ptr<EJUNCTION> > ESEGMENT::junctions

Definition at line 1830 of file eagle_parser.h.

Referenced by ESEGMENT().

◆ labels

std::vector<std::unique_ptr<ELABEL> > ESEGMENT::labels

Definition at line 1831 of file eagle_parser.h.

Referenced by ESEGMENT().

◆ pinRefs

std::vector<std::unique_ptr<EPINREF> > ESEGMENT::pinRefs

Definition at line 1827 of file eagle_parser.h.

Referenced by ESEGMENT().

◆ portRefs

std::vector<std::unique_ptr<EPORTREF> > ESEGMENT::portRefs

Definition at line 1828 of file eagle_parser.h.

Referenced by ESEGMENT().

◆ probes

std::vector<std::unique_ptr<EPROBE> > ESEGMENT::probes

Definition at line 1832 of file eagle_parser.h.

Referenced by ESEGMENT().

◆ wires

std::vector<std::unique_ptr<EWIRE> > ESEGMENT::wires

Definition at line 1829 of file eagle_parser.h.

Referenced by ESEGMENT().


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