KiCad PCB EDA Suite
|
Eagle label. More...
#include <eagle_parser.h>
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_BASE * | io |
Eagle label.
Definition at line 650 of file eagle_parser.h.
ELABEL::ELABEL | ( | wxXmlNode * | aLabel, |
IO_BASE * | aIo = nullptr |
||
) |
|
inherited |
Definition at line 503 of file eagle_parser.cpp.
References IO_BASE::AdvanceProgressPhase(), and EAGLE_BASE::io.
Referenced by EAGLE_DOC::EAGLE_DOC(), EAPPROVED::EAPPROVED(), EATTR::EATTR(), EBUS::EBUS(), ECIRCLE::ECIRCLE(), ECLASS::ECLASS(), ECOMPATIBILITY::ECOMPATIBILITY(), ECONNECT::ECONNECT(), EDESCRIPTION::EDESCRIPTION(), EDEVICE::EDEVICE(), EDEVICE_SET::EDEVICE_SET(), EDIMENSION::EDIMENSION(), EDRAWING::EDRAWING(), EFILTER::EFILTER(), EFRAME::EFRAME(), EGATE::EGATE(), EGRID::EGRID(), EHOLE::EHOLE(), EINSTANCE::EINSTANCE(), EJUNCTION::EJUNCTION(), ELABEL(), ELAYER::ELAYER(), ELIBRARY::ELIBRARY(), EMODEL::EMODEL(), EMODULE::EMODULE(), EMODULEINST::EMODULEINST(), ENET::ENET(), ENOTE::ENOTE(), EPACKAGE::EPACKAGE(), EPACKAGE3D::EPACKAGE3D(), EPACKAGE3DINST::EPACKAGE3DINST(), EPACKAGEINSTANCE::EPACKAGEINSTANCE(), EPAD::EPAD(), EPART::EPART(), EPIN::EPIN(), EPINMAP::EPINMAP(), EPINMAPPING::EPINMAPPING(), EPINREF::EPINREF(), EPLAIN::EPLAIN(), EPOLYGON::EPOLYGON(), EPORT::EPORT(), EPORTREF::EPORTREF(), EPROBE::EPROBE(), ERECT::ERECT(), ESCHEMATIC::ESCHEMATIC(), ESCHEMATIC_GROUP::ESCHEMATIC_GROUP(), ESEGMENT::ESEGMENT(), ESETTING::ESETTING(), ESHEET::ESHEET(), ESMD::ESMD(), ESPICE::ESPICE(), ESPLINE::ESPLINE(), ESYMBOL::ESYMBOL(), ETECHNOLOGY::ETECHNOLOGY(), ETEXT::ETEXT(), EVARIANT::EVARIANT(), EVARIANTDEF::EVARIANTDEF(), EVERTEX::EVERTEX(), EVIA::EVIA(), and EWIRE::EWIRE().
|
inherited |
Definition at line 494 of file eagle_parser.cpp.
References EAGLE_BASE::io, and IO_BASE::Report().
opt_wxString ELABEL::align |
Definition at line 678 of file eagle_parser.h.
Referenced by ELABEL().
opt_wxString ELABEL::font |
Definition at line 674 of file eagle_parser.h.
Referenced by ELABEL().
|
inherited |
Definition at line 403 of file eagle_parser.h.
Referenced by EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::Report().
int ELABEL::layer |
Definition at line 673 of file eagle_parser.h.
Referenced by ELABEL().
opt_int ELABEL::ratio |
Definition at line 675 of file eagle_parser.h.
Referenced by ELABEL().
opt_erot ELABEL::rot |
Definition at line 676 of file eagle_parser.h.
Referenced by ELABEL().
ECOORD ELABEL::size |
Definition at line 672 of file eagle_parser.h.
Referenced by ELABEL().
ECOORD ELABEL::x |
Definition at line 670 of file eagle_parser.h.
Referenced by ELABEL().
opt_bool ELABEL::xref |
Definition at line 677 of file eagle_parser.h.
Referenced by ELABEL().
ECOORD ELABEL::y |
Definition at line 671 of file eagle_parser.h.
Referenced by ELABEL().