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

Eagle Junction. More...

#include <eagle_parser.h>

Inheritance diagram for EJUNCTION:
EAGLE_BASE

Public Member Functions

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

Public Attributes

ECOORD x
 
ECOORD y
 
IO_BASEio
 

Detailed Description

Eagle Junction.

Definition at line 631 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EJUNCTION()

EJUNCTION::EJUNCTION ( wxXmlNode *  aJunction,
IO_BASE aIo = nullptr 
)

Definition at line 609 of file eagle_parser.cpp.

References EAGLE_BASE::AdvanceProgressPhase(), x, and y.

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

◆ x

ECOORD EJUNCTION::x

Definition at line 642 of file eagle_parser.h.

Referenced by EJUNCTION().

◆ y

ECOORD EJUNCTION::y

Definition at line 643 of file eagle_parser.h.

Referenced by EJUNCTION().


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