KiCad PCB EDA Suite
|
Eagle polygon, without vertices which are parsed as needed. More...
#include <eagle_parser.h>
Public Types | |
enum | { SOLID , HATCH , CUTOUT } |
Public Member Functions | |
EPOLYGON (wxXmlNode *aPolygon, IO_BASE *aIo=nullptr) | |
void | Report (const wxString &aMsg, SEVERITY aSeverity=RPT_SEVERITY_UNDEFINED) |
void | AdvanceProgressPhase () |
Public Attributes | |
ECOORD | width |
int | layer |
opt_ecoord | spacing |
int | pour |
opt_ecoord | isolate |
opt_bool | orphans |
opt_bool | thermals |
opt_int | rank |
std::vector< std::unique_ptr< EVERTEX > > | vertices |
IO_BASE * | io |
Static Public Attributes | |
static const int | max_priority = 6 |
Eagle polygon, without vertices which are parsed as needed.
Definition at line 1096 of file eagle_parser.h.
anonymous enum |
Enumerator | |
---|---|
SOLID | |
HATCH | |
CUTOUT |
Definition at line 1129 of file eagle_parser.h.
EPOLYGON::EPOLYGON | ( | wxXmlNode * | aPolygon, |
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(), 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().
|
inherited |
Definition at line 403 of file eagle_parser.h.
Referenced by EAGLE_BASE::AdvanceProgressPhase(), and EAGLE_BASE::Report().
opt_ecoord EPOLYGON::isolate |
Definition at line 1136 of file eagle_parser.h.
Referenced by EPOLYGON(), and PCB_IO_EAGLE::loadPolygon().
int EPOLYGON::layer |
Definition at line 1119 of file eagle_parser.h.
Referenced by EPOLYGON(), PCB_IO_EAGLE::loadPolygon(), and PCB_IO_EAGLE::packagePolygon().
|
static |
Definition at line 1127 of file eagle_parser.h.
Referenced by PCB_IO_EAGLE::loadPolygon().
opt_bool EPOLYGON::orphans |
Definition at line 1137 of file eagle_parser.h.
Referenced by EPOLYGON(), and PCB_IO_EAGLE::loadPolygon().
int EPOLYGON::pour |
Definition at line 1135 of file eagle_parser.h.
Referenced by EPOLYGON(), PCB_IO_EAGLE::loadPolygon(), and PCB_IO_EAGLE::packagePolygon().
opt_int EPOLYGON::rank |
Definition at line 1139 of file eagle_parser.h.
Referenced by EPOLYGON(), and PCB_IO_EAGLE::loadPolygon().
opt_ecoord EPOLYGON::spacing |
Definition at line 1120 of file eagle_parser.h.
Referenced by EPOLYGON(), and PCB_IO_EAGLE::loadPolygon().
opt_bool EPOLYGON::thermals |
Definition at line 1138 of file eagle_parser.h.
Referenced by EPOLYGON(), and PCB_IO_EAGLE::loadPolygon().
std::vector<std::unique_ptr<EVERTEX> > EPOLYGON::vertices |
Definition at line 1141 of file eagle_parser.h.
Referenced by EPOLYGON().
ECOORD EPOLYGON::width |
Definition at line 1118 of file eagle_parser.h.
Referenced by EPOLYGON(), PCB_IO_EAGLE::loadPolygon(), and PCB_IO_EAGLE::packagePolygon().