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

Eagle label. More...

#include <eagle_parser.h>

Inheritance diagram for ELABEL:
EAGLE_BASE

Public Member Functions

 ELABEL (wxXmlNode *aLabel, 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
 
ECOORD size
 
int layer
 
opt_wxString font
 
opt_int ratio
 
opt_erot rot
 
opt_bool xref
 
opt_wxString align
 
IO_BASEio
 

Detailed Description

Eagle label.

Definition at line 691 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ELABEL()

ELABEL::ELABEL ( wxXmlNode *  aLabel,
IO_BASE aIo = nullptr 
)

Definition at line 682 of file eagle_parser.cpp.

References EAGLE_BASE::AdvanceProgressPhase(), align, font, layer, ratio, rot, size, x, xref, and y.

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

◆ align

opt_wxString ELABEL::align

Definition at line 719 of file eagle_parser.h.

Referenced by ELABEL().

◆ font

opt_wxString ELABEL::font

Definition at line 715 of file eagle_parser.h.

Referenced by ELABEL().

◆ 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 ELABEL::layer

Definition at line 714 of file eagle_parser.h.

Referenced by ELABEL().

◆ ratio

opt_int ELABEL::ratio

Definition at line 716 of file eagle_parser.h.

Referenced by ELABEL().

◆ rot

opt_erot ELABEL::rot

Definition at line 717 of file eagle_parser.h.

Referenced by ELABEL().

◆ size

ECOORD ELABEL::size

Definition at line 713 of file eagle_parser.h.

Referenced by ELABEL().

◆ x

ECOORD ELABEL::x

Definition at line 711 of file eagle_parser.h.

Referenced by ELABEL().

◆ xref

opt_bool ELABEL::xref

Definition at line 718 of file eagle_parser.h.

Referenced by ELABEL().

◆ y

ECOORD ELABEL::y

Definition at line 712 of file eagle_parser.h.

Referenced by ELABEL().


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