KiCad PCB EDA Suite
|
Eagle wire. More...
#include <eagle_parser.h>
Public Types | |
enum | { CONTINUOUS , LONGDASH , SHORTDASH , DASHDOT } |
enum | { FLAT , ROUND } |
Public Member Functions | |
EWIRE (wxXmlNode *aWire, IO_BASE *aIo=nullptr) | |
void | Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) |
void | AdvanceProgressPhase () |
Public Attributes | |
ECOORD | x1 |
ECOORD | y1 |
ECOORD | x2 |
ECOORD | y2 |
ECOORD | width |
int | layer |
opt_wxString | extent |
opt_int | style |
opt_double | curve |
range is -359.9..359.9 | |
opt_int | cap |
IO_BASE * | io |
Eagle wire.
Definition at line 581 of file eagle_parser.h.
anonymous enum |
Enumerator | |
---|---|
CONTINUOUS | |
LONGDASH | |
SHORTDASH | |
DASHDOT |
Definition at line 609 of file eagle_parser.h.
anonymous enum |
Enumerator | |
---|---|
FLAT | |
ROUND |
Definition at line 619 of file eagle_parser.h.
EWIRE::EWIRE | ( | wxXmlNode * | aWire, |
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::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().
|
inherited |
Definition at line 494 of file eagle_parser.cpp.
References EAGLE_BASE::io, and IO_BASE::Report().
opt_int EWIRE::cap |
Definition at line 622 of file eagle_parser.h.
Referenced by EWIRE().
opt_double EWIRE::curve |
range is -359.9..359.9
Definition at line 616 of file eagle_parser.h.
Referenced by EWIRE(), PCB_IO_EAGLE::loadPlain(), PCB_IO_EAGLE::loadSignals(), and PCB_IO_EAGLE::packageWire().
opt_wxString EWIRE::extent |
Definition at line 614 of file eagle_parser.h.
|
inherited |
Definition at line 403 of file eagle_parser.h.
Referenced by EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::Report().
int EWIRE::layer |
Definition at line 606 of file eagle_parser.h.
Referenced by EWIRE(), PCB_IO_EAGLE::loadPlain(), PCB_IO_EAGLE::loadSignals(), and PCB_IO_EAGLE::packageWire().
opt_int EWIRE::style |
Definition at line 615 of file eagle_parser.h.
Referenced by EWIRE().
ECOORD EWIRE::width |
Definition at line 605 of file eagle_parser.h.
Referenced by EWIRE(), PCB_IO_EAGLE::loadPlain(), PCB_IO_EAGLE::loadSignals(), and PCB_IO_EAGLE::packageWire().
ECOORD EWIRE::x1 |
Definition at line 601 of file eagle_parser.h.
Referenced by EWIRE(), PCB_IO_EAGLE::loadPlain(), PCB_IO_EAGLE::loadSignals(), and PCB_IO_EAGLE::packageWire().
ECOORD EWIRE::x2 |
Definition at line 603 of file eagle_parser.h.
Referenced by EWIRE(), PCB_IO_EAGLE::loadPlain(), PCB_IO_EAGLE::loadSignals(), and PCB_IO_EAGLE::packageWire().
ECOORD EWIRE::y1 |
Definition at line 602 of file eagle_parser.h.
Referenced by EWIRE(), PCB_IO_EAGLE::loadPlain(), PCB_IO_EAGLE::loadSignals(), and PCB_IO_EAGLE::packageWire().
ECOORD EWIRE::y2 |
Definition at line 604 of file eagle_parser.h.
Referenced by EWIRE(), PCB_IO_EAGLE::loadPlain(), PCB_IO_EAGLE::loadSignals(), and PCB_IO_EAGLE::packageWire().