|
KiCad PCB EDA Suite
|
Eagle dimension element. More...
#include <eagle_parser.h>
Public Member Functions | |
| EDIMENSION (wxXmlNode *aDimension, 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 | x1 |
| ECOORD | y1 |
| ECOORD | x2 |
| ECOORD | y2 |
| ECOORD | x3 |
| ECOORD | y3 |
| std::optional< ECOORD > | textsize |
| int | layer |
| std::optional< wxString > | dimensionType |
| std::optional< double > | width |
| std::optional< double > | extwidth |
| std::optional< double > | extlength |
| std::optional< double > | extoffset |
| std::optional< int > | textratio |
| std::optional< wxString > | unit |
| std::optional< int > | precision |
| std::optional< bool > | visible |
| IO_BASE * | io |
Eagle dimension element.
Definition at line 707 of file eagle_parser.h.
| EDIMENSION::EDIMENSION | ( | wxXmlNode * | aDimension, |
| IO_BASE * | aIo = nullptr ) |
Definition at line 982 of file eagle_parser.cpp.
References EAGLE_BASE::AdvanceProgressPhase(), dimensionType, EAGLE_BASE::EAGLE_BASE(), layer, parseOptionalAttribute(), parseRequiredAttribute(), textsize, x1, x2, x3, y1, y2, and y3.
|
inherited |
Definition at line 576 of file eagle_parser.cpp.
References 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(), EELEMENT::EELEMENT(), EFILTER::EFILTER(), EFRAME::EFRAME(), EGATE::EGATE(), EGRID::EGRID(), EHOLE::EHOLE(), EINSTANCE::EINSTANCE(), EJUNCTION::EJUNCTION(), ELABEL::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 |
| std::optional<wxString> EDIMENSION::dimensionType |
Definition at line 740 of file eagle_parser.h.
Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().
| std::optional<double> EDIMENSION::extlength |
Definition at line 743 of file eagle_parser.h.
| std::optional<double> EDIMENSION::extoffset |
Definition at line 744 of file eagle_parser.h.
| std::optional<double> EDIMENSION::extwidth |
Definition at line 742 of file eagle_parser.h.
|
inherited |
Definition at line 225 of file eagle_parser.h.
Referenced by AdvanceProgressPhase(), EAGLE_BASE(), and Report().
| int EDIMENSION::layer |
Definition at line 739 of file eagle_parser.h.
Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().
| std::optional<int> EDIMENSION::precision |
Definition at line 747 of file eagle_parser.h.
| std::optional<int> EDIMENSION::textratio |
Definition at line 745 of file eagle_parser.h.
| std::optional<ECOORD> EDIMENSION::textsize |
Definition at line 738 of file eagle_parser.h.
Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().
| std::optional<wxString> EDIMENSION::unit |
Definition at line 746 of file eagle_parser.h.
| std::optional<bool> EDIMENSION::visible |
Definition at line 748 of file eagle_parser.h.
| std::optional<double> EDIMENSION::width |
Definition at line 741 of file eagle_parser.h.
| ECOORD EDIMENSION::x1 |
Definition at line 732 of file eagle_parser.h.
Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().
| ECOORD EDIMENSION::x2 |
Definition at line 734 of file eagle_parser.h.
Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().
| ECOORD EDIMENSION::x3 |
Definition at line 736 of file eagle_parser.h.
Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().
| ECOORD EDIMENSION::y1 |
Definition at line 733 of file eagle_parser.h.
Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().
| ECOORD EDIMENSION::y2 |
Definition at line 735 of file eagle_parser.h.
Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().
| ECOORD EDIMENSION::y3 |
Definition at line 737 of file eagle_parser.h.
Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().