KiCad PCB EDA Suite
|
#include <eagle_parser.h>
Public Types | |
enum | { MUST , CAN , NEXT , REQUEST , ALWAYS } |
Public Member Functions | |
EGATE (wxXmlNode *aGate, IO_BASE *aIo=nullptr) | |
void | Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) |
void | AdvanceProgressPhase () |
Public Attributes | |
wxString | name |
wxString | symbol |
ECOORD | x |
ECOORD | y |
opt_int | addlevel |
opt_int | swaplevel |
IO_BASE * | io |
Definition at line 1397 of file eagle_parser.h.
anonymous enum |
Enumerator | |
---|---|
MUST | |
CAN | |
NEXT | |
REQUEST | |
ALWAYS |
Definition at line 1420 of file eagle_parser.h.
EGATE::EGATE | ( | wxXmlNode * | aGate, |
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(), 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_int EGATE::addlevel |
Definition at line 1417 of file eagle_parser.h.
Referenced by EGATE().
|
inherited |
Definition at line 403 of file eagle_parser.h.
Referenced by EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::Report().
wxString EGATE::name |
Definition at line 1411 of file eagle_parser.h.
Referenced by EGATE().
opt_int EGATE::swaplevel |
Definition at line 1418 of file eagle_parser.h.
Referenced by EGATE().
wxString EGATE::symbol |
Definition at line 1412 of file eagle_parser.h.
Referenced by EGATE().
ECOORD EGATE::x |
Definition at line 1414 of file eagle_parser.h.
Referenced by EGATE().
ECOORD EGATE::y |
Definition at line 1415 of file eagle_parser.h.
Referenced by EGATE().