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
 
std::optional< wxString > font
 
std::optional< int > ratio
 
std::optional< EROTrot
 
std::optional< bool > xref
 
std::optional< wxString > align
 
IO_BASEio
 

Detailed Description

Eagle label.

Definition at line 514 of file eagle_parser.h.

Constructor & Destructor Documentation

◆ ELABEL()

ELABEL::ELABEL ( wxXmlNode * aLabel,
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 567 of file eagle_parser.cpp.

References io.

Member Data Documentation

◆ align

std::optional<wxString> ELABEL::align

Definition at line 542 of file eagle_parser.h.

Referenced by ELABEL().

◆ font

std::optional<wxString> ELABEL::font

Definition at line 538 of file eagle_parser.h.

Referenced by ELABEL().

◆ io

IO_BASE* EAGLE_BASE::io
inherited

Definition at line 225 of file eagle_parser.h.

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

◆ layer

int ELABEL::layer

Definition at line 537 of file eagle_parser.h.

Referenced by ELABEL().

◆ ratio

std::optional<int> ELABEL::ratio

Definition at line 539 of file eagle_parser.h.

Referenced by ELABEL().

◆ rot

std::optional<EROT> ELABEL::rot

Definition at line 540 of file eagle_parser.h.

Referenced by ELABEL().

◆ size

ECOORD ELABEL::size

Definition at line 536 of file eagle_parser.h.

Referenced by ELABEL().

◆ x

ECOORD ELABEL::x

Definition at line 534 of file eagle_parser.h.

Referenced by ELABEL().

◆ xref

std::optional<bool> ELABEL::xref

Definition at line 541 of file eagle_parser.h.

Referenced by ELABEL().

◆ y

ECOORD ELABEL::y

Definition at line 535 of file eagle_parser.h.

Referenced by ELABEL().


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