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

#include <eagle_parser.h>

Inheritance diagram for ECONNECT:
EAGLE_BASE

Public Member Functions

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

Public Attributes

wxString gate
 
wxString pin
 
wxString pad
 
opt_wxString contactroute
 
IO_BASEio
 

Detailed Description

Definition at line 1503 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ECONNECT()

ECONNECT::ECONNECT ( wxXmlNode *  aConnect,
IO_BASE aIo = nullptr 
)

Definition at line 1586 of file eagle_parser.cpp.

References EAGLE_BASE::AdvanceProgressPhase(), contactroute, gate, pad, and pin.

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

◆ contactroute

opt_wxString ECONNECT::contactroute

Definition at line 1517 of file eagle_parser.h.

Referenced by ECONNECT().

◆ gate

wxString ECONNECT::gate

Definition at line 1514 of file eagle_parser.h.

Referenced by ECONNECT().

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

◆ pad

wxString ECONNECT::pad

Definition at line 1516 of file eagle_parser.h.

Referenced by ECONNECT().

◆ pin

wxString ECONNECT::pin

Definition at line 1515 of file eagle_parser.h.

Referenced by ECONNECT().


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