KiCad PCB EDA Suite
|
Eagle pin element. More...
#include <eagle_parser.h>
Public Member Functions | |
EPIN (wxXmlNode *aPin, IO_BASE *aIo=nullptr) | |
void | Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) |
void | AdvanceProgressPhase () |
Public Attributes | |
wxString | name |
ECOORD | x |
ECOORD | y |
opt_wxString | visible |
opt_wxString | length |
opt_wxString | direction |
opt_wxString | function |
opt_int | swaplevel |
opt_erot | rot |
IO_BASE * | io |
Eagle pin element.
Definition at line 1064 of file eagle_parser.h.
EPIN::EPIN | ( | wxXmlNode * | aPin, |
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::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(), 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 EPIN::direction |
Definition at line 1086 of file eagle_parser.h.
Referenced by EPIN().
opt_wxString EPIN::function |
Definition at line 1087 of file eagle_parser.h.
Referenced by EPIN().
|
inherited |
Definition at line 403 of file eagle_parser.h.
Referenced by EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::Report().
opt_wxString EPIN::length |
Definition at line 1085 of file eagle_parser.h.
Referenced by EPIN().
wxString EPIN::name |
Definition at line 1080 of file eagle_parser.h.
Referenced by EPIN().
opt_erot EPIN::rot |
Definition at line 1089 of file eagle_parser.h.
Referenced by EPIN().
opt_int EPIN::swaplevel |
Definition at line 1088 of file eagle_parser.h.
Referenced by EPIN().
opt_wxString EPIN::visible |
Definition at line 1084 of file eagle_parser.h.
Referenced by EPIN().
ECOORD EPIN::x |
Definition at line 1081 of file eagle_parser.h.
Referenced by EPIN().
ECOORD EPIN::y |
Definition at line 1082 of file eagle_parser.h.
Referenced by EPIN().