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

#include <eagle_parser.h>

Inheritance diagram for EPORT:
EAGLE_BASE

Public Member Functions

 EPORT (wxXmlNode *aPort, IO_BASE *aIo=nullptr)
 
void Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED)
 Send a message to the IO_BASE REPORTER object if one exists.
 
void AdvanceProgressPhase ()
 

Public Attributes

wxString name
 
wxString side
 
ECOORD coord
 
opt_wxString direction
 
IO_BASEio
 

Detailed Description

Definition at line 1671 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EPORT()

EPORT::EPORT ( wxXmlNode *  aPort,
IO_BASE aIo = nullptr 
)

Definition at line 2116 of file eagle_parser.cpp.

References EAGLE_BASE::AdvanceProgressPhase(), coord, direction, name, and side.

Member Function Documentation

◆ AdvanceProgressPhase()

◆ Report()

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

Send a message to the IO_BASE REPORTER object if one exists.

Parameters
aMsgis the message to send to the REPORTER object.

Definition at line 549 of file eagle_parser.cpp.

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

Member Data Documentation

◆ coord

ECOORD EPORT::coord

Definition at line 1688 of file eagle_parser.h.

Referenced by EPORT().

◆ direction

opt_wxString EPORT::direction

Definition at line 1689 of file eagle_parser.h.

Referenced by EPORT().

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 405 of file eagle_parser.h.

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

◆ name

wxString EPORT::name

Definition at line 1686 of file eagle_parser.h.

Referenced by EPORT().

◆ side

wxString EPORT::side

Definition at line 1687 of file eagle_parser.h.

Referenced by EPORT().


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