KiCad PCB EDA Suite
|
#include <eagle_parser.h>
Public Member Functions | |
ESCHEMATIC_GROUP (wxXmlNode *aSchematicGroup, IO_BASE *aIo=nullptr) | |
void | Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) |
void | AdvanceProgressPhase () |
Public Attributes | |
wxString | name |
opt_bool | selectable |
opt_ecoord | width |
opt_ecoord | titleSize |
opt_wxString | titleFont |
opt_wxString | wireStyle |
opt_bool | showAnnotations |
opt_int | layer |
opt_wxString | grouprefs |
std::optional< EDESCRIPTION > | description |
std::vector< std::unique_ptr< EATTR > > | attributes |
IO_BASE * | io |
Definition at line 1670 of file eagle_parser.h.
ESCHEMATIC_GROUP::ESCHEMATIC_GROUP | ( | wxXmlNode * | aSchematicGroup, |
IO_BASE * | aIo = nullptr |
||
) |
Definition at line 1924 of file eagle_parser.cpp.
References EAGLE_BASE::AdvanceProgressPhase(), attributes, description, grouprefs, layer, name, selectable, showAnnotations, titleFont, titleSize, width, and wireStyle.
|
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(), 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<EATTR> > ESCHEMATIC_GROUP::attributes |
Definition at line 1697 of file eagle_parser.h.
Referenced by ESCHEMATIC_GROUP().
std::optional<EDESCRIPTION> ESCHEMATIC_GROUP::description |
Definition at line 1696 of file eagle_parser.h.
Referenced by ESCHEMATIC_GROUP().
opt_wxString ESCHEMATIC_GROUP::grouprefs |
Definition at line 1694 of file eagle_parser.h.
Referenced by ESCHEMATIC_GROUP().
|
inherited |
Definition at line 403 of file eagle_parser.h.
Referenced by EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::Report().
opt_int ESCHEMATIC_GROUP::layer |
Definition at line 1693 of file eagle_parser.h.
Referenced by ESCHEMATIC_GROUP().
wxString ESCHEMATIC_GROUP::name |
Definition at line 1686 of file eagle_parser.h.
Referenced by ESCHEMATIC_GROUP().
opt_bool ESCHEMATIC_GROUP::selectable |
Definition at line 1687 of file eagle_parser.h.
Referenced by ESCHEMATIC_GROUP().
opt_bool ESCHEMATIC_GROUP::showAnnotations |
Definition at line 1692 of file eagle_parser.h.
Referenced by ESCHEMATIC_GROUP().
opt_wxString ESCHEMATIC_GROUP::titleFont |
Definition at line 1690 of file eagle_parser.h.
Referenced by ESCHEMATIC_GROUP().
opt_ecoord ESCHEMATIC_GROUP::titleSize |
Definition at line 1689 of file eagle_parser.h.
Referenced by ESCHEMATIC_GROUP().
opt_ecoord ESCHEMATIC_GROUP::width |
Definition at line 1688 of file eagle_parser.h.
Referenced by ESCHEMATIC_GROUP().
opt_wxString ESCHEMATIC_GROUP::wireStyle |
Definition at line 1691 of file eagle_parser.h.
Referenced by ESCHEMATIC_GROUP().