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

Eagle circle. More...

#include <eagle_parser.h>

Inheritance diagram for ECIRCLE:
EAGLE_BASE

Public Member Functions

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

Public Attributes

ECOORD x
 
ECOORD y
 
ECOORD radius
 
ECOORD width
 
int layer
 
IO_BASEio
 

Detailed Description

Eagle circle.

Definition at line 718 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ECIRCLE()

ECIRCLE::ECIRCLE ( wxXmlNode *  aCircle,
IO_BASE aIo = nullptr 
)

Definition at line 711 of file eagle_parser.cpp.

References EAGLE_BASE::AdvanceProgressPhase(), layer, radius, width, 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().

◆ layer

int ECIRCLE::layer

Definition at line 735 of file eagle_parser.h.

Referenced by ECIRCLE(), PCB_IO_EAGLE::loadPlain(), and PCB_IO_EAGLE::packageCircle().

◆ radius

ECOORD ECIRCLE::radius

Definition at line 733 of file eagle_parser.h.

Referenced by ECIRCLE(), PCB_IO_EAGLE::loadPlain(), and PCB_IO_EAGLE::packageCircle().

◆ width

ECOORD ECIRCLE::width

Definition at line 734 of file eagle_parser.h.

Referenced by ECIRCLE(), PCB_IO_EAGLE::loadPlain(), and PCB_IO_EAGLE::packageCircle().

◆ x

ECOORD ECIRCLE::x

Definition at line 731 of file eagle_parser.h.

Referenced by ECIRCLE(), PCB_IO_EAGLE::loadPlain(), and PCB_IO_EAGLE::packageCircle().

◆ y

ECOORD ECIRCLE::y

Definition at line 732 of file eagle_parser.h.

Referenced by ECIRCLE(), PCB_IO_EAGLE::loadPlain(), and PCB_IO_EAGLE::packageCircle().


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