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) |
void | AdvanceProgressPhase () |
Eagle dimension element.
Definition at line 843 of file eagle_parser.h.
EDIMENSION::EDIMENSION | ( | wxXmlNode * | aDimension, |
IO_BASE * | aIo = nullptr |
||
) |
Definition at line 897 of file eagle_parser.cpp.
References EAGLE_BASE::AdvanceProgressPhase(), dimensionType, layer, textsize, x1, x2, x3, y1, y2, and y3.
|
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(), EDRAWING::EDRAWING(), 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 |
Definition at line 494 of file eagle_parser.cpp.
References EAGLE_BASE::io, and IO_BASE::Report().
opt_wxString EDIMENSION::dimensionType |
Definition at line 876 of file eagle_parser.h.
Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().
opt_double EDIMENSION::extlength |
Definition at line 879 of file eagle_parser.h.
opt_double EDIMENSION::extoffset |
Definition at line 880 of file eagle_parser.h.
opt_double EDIMENSION::extwidth |
Definition at line 878 of file eagle_parser.h.
|
inherited |
Definition at line 403 of file eagle_parser.h.
Referenced by EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::Report().
int EDIMENSION::layer |
Definition at line 875 of file eagle_parser.h.
Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().
opt_int EDIMENSION::precision |
Definition at line 883 of file eagle_parser.h.
opt_int EDIMENSION::textratio |
Definition at line 881 of file eagle_parser.h.
opt_ecoord EDIMENSION::textsize |
Definition at line 874 of file eagle_parser.h.
Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().
opt_wxString EDIMENSION::unit |
Definition at line 882 of file eagle_parser.h.
opt_bool EDIMENSION::visible |
Definition at line 884 of file eagle_parser.h.
opt_double EDIMENSION::width |
Definition at line 877 of file eagle_parser.h.
ECOORD EDIMENSION::x1 |
Definition at line 868 of file eagle_parser.h.
Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().
ECOORD EDIMENSION::x2 |
Definition at line 870 of file eagle_parser.h.
Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().
ECOORD EDIMENSION::x3 |
Definition at line 872 of file eagle_parser.h.
Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().
ECOORD EDIMENSION::y1 |
Definition at line 869 of file eagle_parser.h.
Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().
ECOORD EDIMENSION::y2 |
Definition at line 871 of file eagle_parser.h.
Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().
ECOORD EDIMENSION::y3 |
Definition at line 873 of file eagle_parser.h.
Referenced by EDIMENSION(), and PCB_IO_EAGLE::loadPlain().