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

#include <eagle_parser.h>

Inheritance diagram for EPORTREF:
EAGLE_BASE

Public Member Functions

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

Public Attributes

wxString moduleinst
 
wxString port
 
IO_BASEio
 

Detailed Description

Definition at line 1772 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EPORTREF()

EPORTREF::EPORTREF ( wxXmlNode *  aPortRef,
IO_BASE aIo = nullptr 
)

Definition at line 848 of file eagle_parser.cpp.

References EAGLE_BASE::AdvanceProgressPhase(), moduleinst, and port.

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

◆ moduleinst

wxString EPORTREF::moduleinst

Definition at line 1781 of file eagle_parser.h.

Referenced by EPORTREF().

◆ port

wxString EPORTREF::port

Definition at line 1782 of file eagle_parser.h.

Referenced by EPORTREF().


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