KiCad PCB EDA Suite
|
#include <eagle_parser.h>
Public Member Functions | |
EPACKAGE (wxXmlNode *aPackage, 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< ECIRCLE > > | circles |
std::vector< std::unique_ptr< ERECT > > | rectangles |
std::vector< std::unique_ptr< EFRAME > > | frames |
std::vector< std::unique_ptr< EHOLE > > | holes |
std::vector< std::unique_ptr< EPAD > > | thtpads |
std::vector< std::unique_ptr< ESMD > > | smdpads |
IO_BASE * | io |
Definition at line 1992 of file eagle_parser.h.
EPACKAGE::EPACKAGE | ( | wxXmlNode * | aPackage, |
IO_BASE * | aIo = nullptr |
||
) |
Definition at line 2202 of file eagle_parser.cpp.
References EAGLE_BASE::AdvanceProgressPhase(), circles, description, dimensions, frames, holes, library_locally_modified, library_version, locally_modified, name, polygons, rectangles, smdpads, texts, thtpads, 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(), 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().
std::vector<std::unique_ptr<ECIRCLE> > EPACKAGE::circles |
Definition at line 2018 of file eagle_parser.h.
Referenced by EPACKAGE().
std::optional<EDESCRIPTION> EPACKAGE::description |
Definition at line 2013 of file eagle_parser.h.
Referenced by EPACKAGE().
std::vector<std::unique_ptr<EDIMENSION> > EPACKAGE::dimensions |
Definition at line 2017 of file eagle_parser.h.
Referenced by EPACKAGE().
std::vector<std::unique_ptr<EFRAME> > EPACKAGE::frames |
Definition at line 2020 of file eagle_parser.h.
Referenced by EPACKAGE().
std::vector<std::unique_ptr<EHOLE> > EPACKAGE::holes |
Definition at line 2021 of file eagle_parser.h.
Referenced by EPACKAGE().
|
inherited |
Definition at line 403 of file eagle_parser.h.
Referenced by EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::Report().
opt_bool EPACKAGE::library_locally_modified |
Definition at line 2011 of file eagle_parser.h.
Referenced by EPACKAGE().
opt_int EPACKAGE::library_version |
Definition at line 2010 of file eagle_parser.h.
Referenced by EPACKAGE().
opt_bool EPACKAGE::locally_modified |
Definition at line 2009 of file eagle_parser.h.
Referenced by EPACKAGE().
wxString EPACKAGE::name |
Definition at line 2007 of file eagle_parser.h.
Referenced by EPACKAGE().
std::vector<std::unique_ptr<EPOLYGON> > EPACKAGE::polygons |
Definition at line 2014 of file eagle_parser.h.
Referenced by EPACKAGE().
std::vector<std::unique_ptr<ERECT> > EPACKAGE::rectangles |
Definition at line 2019 of file eagle_parser.h.
Referenced by EPACKAGE().
std::vector<std::unique_ptr<ESMD> > EPACKAGE::smdpads |
Definition at line 2023 of file eagle_parser.h.
Referenced by EPACKAGE().
std::vector<std::unique_ptr<ETEXT> > EPACKAGE::texts |
Definition at line 2016 of file eagle_parser.h.
Referenced by EPACKAGE().
std::vector<std::unique_ptr<EPAD> > EPACKAGE::thtpads |
Definition at line 2022 of file eagle_parser.h.
Referenced by EPACKAGE().
opt_wxString EPACKAGE::urn |
Definition at line 2008 of file eagle_parser.h.
Referenced by EPACKAGE().
std::vector<std::unique_ptr<EWIRE> > EPACKAGE::wires |
Definition at line 2015 of file eagle_parser.h.
Referenced by EPACKAGE().