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

#include <eagle_parser.h>

Inheritance diagram for EPINREF:
EAGLE_BASE

Public Member Functions

 EPINREF (wxXmlNode *aPinRef, 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 part
 
wxString gate
 
wxString pin
 
IO_BASEio
 

Detailed Description

Definition at line 1795 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EPINREF()

EPINREF::EPINREF ( wxXmlNode *  aPinRef,
IO_BASE aIo = nullptr 
)

Definition at line 884 of file eagle_parser.cpp.

References EAGLE_BASE::AdvanceProgressPhase(), gate, part, and pin.

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

◆ gate

wxString EPINREF::gate

Definition at line 1806 of file eagle_parser.h.

Referenced by EPINREF().

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

◆ part

wxString EPINREF::part

Definition at line 1805 of file eagle_parser.h.

Referenced by EPINREF().

◆ pin

wxString EPINREF::pin

Definition at line 1807 of file eagle_parser.h.

Referenced by EPINREF().


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