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

Eagle XML rectangle in binary. More...

#include <eagle_parser.h>

Inheritance diagram for ERECT:
EAGLE_BASE

Public Member Functions

 ERECT (wxXmlNode *aRect, 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

ECOORD x1
 
ECOORD y1
 
ECOORD x2
 
ECOORD y2
 
int layer
 
opt_erot rot
 
IO_BASEio
 

Detailed Description

Eagle XML rectangle in binary.

Definition at line 785 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ERECT()

ERECT::ERECT ( wxXmlNode *  aRect,
IO_BASE aIo = nullptr 
)

Definition at line 790 of file eagle_parser.cpp.

References EAGLE_BASE::AdvanceProgressPhase(), layer, rot, x1, x2, y1, and y2.

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

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

◆ layer

int ERECT::layer

Definition at line 803 of file eagle_parser.h.

Referenced by ERECT(), PCB_IO_EAGLE::loadPlain(), and PCB_IO_EAGLE::packageRectangle().

◆ rot

opt_erot ERECT::rot

Definition at line 804 of file eagle_parser.h.

Referenced by ERECT(), PCB_IO_EAGLE::loadPlain(), and PCB_IO_EAGLE::packageRectangle().

◆ x1

ECOORD ERECT::x1

Definition at line 799 of file eagle_parser.h.

Referenced by ERECT(), PCB_IO_EAGLE::loadPlain(), and PCB_IO_EAGLE::packageRectangle().

◆ x2

ECOORD ERECT::x2

Definition at line 801 of file eagle_parser.h.

Referenced by ERECT(), PCB_IO_EAGLE::loadPlain(), and PCB_IO_EAGLE::packageRectangle().

◆ y1

ECOORD ERECT::y1

Definition at line 800 of file eagle_parser.h.

Referenced by ERECT(), PCB_IO_EAGLE::loadPlain(), and PCB_IO_EAGLE::packageRectangle().

◆ y2

ECOORD ERECT::y2

Definition at line 802 of file eagle_parser.h.

Referenced by ERECT(), PCB_IO_EAGLE::loadPlain(), and PCB_IO_EAGLE::packageRectangle().


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