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

Eagle vertex. More...

#include <eagle_parser.h>

Inheritance diagram for EVERTEX:
EAGLE_BASE

Public Member Functions

 EVERTEX (wxXmlNode *aVertex, 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 x
 
ECOORD y
 
opt_double curve
 range is -359.9..359.9
 
IO_BASEio
 

Detailed Description

Eagle vertex.

Definition at line 602 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ EVERTEX()

EVERTEX::EVERTEX ( wxXmlNode * aVertex,
IO_BASE * aIo = nullptr )

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 571 of file eagle_parser.cpp.

References io.

Member Data Documentation

◆ curve

opt_double EVERTEX::curve

range is -359.9..359.9

Definition at line 615 of file eagle_parser.h.

Referenced by EVERTEX().

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 405 of file eagle_parser.h.

Referenced by AdvanceProgressPhase(), EAGLE_BASE(), and Report().

◆ x

ECOORD EVERTEX::x

Definition at line 613 of file eagle_parser.h.

Referenced by EVERTEX().

◆ y

ECOORD EVERTEX::y

Definition at line 614 of file eagle_parser.h.

Referenced by EVERTEX().


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