KiCad PCB EDA Suite
|
#include <eagle_parser.h>
Public Member Functions | |
ESYMBOL (wxXmlNode *aSymbol, IO_BASE *aIo=nullptr) | |
void | Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) |
void | AdvanceProgressPhase () |
Public Attributes | |
wxString | name |
opt_wxString | urn |
opt_bool | locally_modified |
opt_int | library_version |
opt_bool | library_locally_modified |
std::optional< EDESCRIPTION > | description |
std::vector< std::unique_ptr< EPOLYGON > > | polygons |
std::vector< std::unique_ptr< EWIRE > > | wires |
std::vector< std::unique_ptr< ETEXT > > | texts |
std::vector< std::unique_ptr< EDIMENSION > > | dimensions |
std::vector< std::unique_ptr< EPIN > > | pins |
std::vector< std::unique_ptr< ECIRCLE > > | circles |
std::vector< std::unique_ptr< ERECT > > | rectangles |
std::vector< std::unique_ptr< EFRAME > > | frames |
IO_BASE * | io |
Definition at line 2070 of file eagle_parser.h.
ESYMBOL::ESYMBOL | ( | wxXmlNode * | aSymbol, |
IO_BASE * | aIo = nullptr |
||
) |
Definition at line 2334 of file eagle_parser.cpp.
References EAGLE_BASE::AdvanceProgressPhase(), circles, description, dimensions, frames, library_locally_modified, library_version, locally_modified, name, pins, polygons, rectangles, texts, urn, and wires.
|
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::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(), 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().
std::vector<std::unique_ptr<ECIRCLE> > ESYMBOL::circles |
Definition at line 2098 of file eagle_parser.h.
Referenced by ESYMBOL().
std::optional<EDESCRIPTION> ESYMBOL::description |
Definition at line 2092 of file eagle_parser.h.
Referenced by ESYMBOL().
std::vector<std::unique_ptr<EDIMENSION> > ESYMBOL::dimensions |
Definition at line 2096 of file eagle_parser.h.
Referenced by ESYMBOL().
std::vector<std::unique_ptr<EFRAME> > ESYMBOL::frames |
Definition at line 2100 of file eagle_parser.h.
Referenced by ESYMBOL().
|
inherited |
Definition at line 403 of file eagle_parser.h.
Referenced by EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::Report().
opt_bool ESYMBOL::library_locally_modified |
Definition at line 2090 of file eagle_parser.h.
Referenced by ESYMBOL().
opt_int ESYMBOL::library_version |
Definition at line 2089 of file eagle_parser.h.
Referenced by ESYMBOL().
opt_bool ESYMBOL::locally_modified |
Definition at line 2088 of file eagle_parser.h.
Referenced by ESYMBOL().
wxString ESYMBOL::name |
Definition at line 2086 of file eagle_parser.h.
Referenced by ESYMBOL().
std::vector<std::unique_ptr<EPIN> > ESYMBOL::pins |
Definition at line 2097 of file eagle_parser.h.
Referenced by ESYMBOL().
std::vector<std::unique_ptr<EPOLYGON> > ESYMBOL::polygons |
Definition at line 2093 of file eagle_parser.h.
Referenced by ESYMBOL().
std::vector<std::unique_ptr<ERECT> > ESYMBOL::rectangles |
Definition at line 2099 of file eagle_parser.h.
Referenced by ESYMBOL().
std::vector<std::unique_ptr<ETEXT> > ESYMBOL::texts |
Definition at line 2095 of file eagle_parser.h.
Referenced by ESYMBOL(), and SCH_IO_EAGLE::getEagleSymbolFieldAttributes().
opt_wxString ESYMBOL::urn |
Definition at line 2087 of file eagle_parser.h.
Referenced by ESYMBOL().
std::vector<std::unique_ptr<EWIRE> > ESYMBOL::wires |
Definition at line 2094 of file eagle_parser.h.
Referenced by ESYMBOL().