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)
 
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 650 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ELABEL()

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

Definition at line 627 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

Definition at line 494 of file eagle_parser.cpp.

References EAGLE_BASE::io, and IO_BASE::Report().

Member Data Documentation

◆ align

opt_wxString ELABEL::align

Definition at line 678 of file eagle_parser.h.

Referenced by ELABEL().

◆ font

opt_wxString ELABEL::font

Definition at line 674 of file eagle_parser.h.

Referenced by ELABEL().

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

Definition at line 673 of file eagle_parser.h.

Referenced by ELABEL().

◆ ratio

opt_int ELABEL::ratio

Definition at line 675 of file eagle_parser.h.

Referenced by ELABEL().

◆ rot

opt_erot ELABEL::rot

Definition at line 676 of file eagle_parser.h.

Referenced by ELABEL().

◆ size

ECOORD ELABEL::size

Definition at line 672 of file eagle_parser.h.

Referenced by ELABEL().

◆ x

ECOORD ELABEL::x

Definition at line 670 of file eagle_parser.h.

Referenced by ELABEL().

◆ xref

opt_bool ELABEL::xref

Definition at line 677 of file eagle_parser.h.

Referenced by ELABEL().

◆ y

ECOORD ELABEL::y

Definition at line 671 of file eagle_parser.h.

Referenced by ELABEL().


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