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) | |
Public Attributes | |
ECOORD | width |
int | layer |
opt_ecoord | spacing |
int | pour |
opt_ecoord | isolate |
opt_bool | orphans |
opt_bool | thermals |
opt_int | rank |
Static Public Attributes | |
static const int | max_priority = 6 |
Eagle polygon, without vertices which are parsed as needed.
Definition at line 776 of file eagle_parser.h.
anonymous enum |
Enumerator | |
---|---|
SOLID | |
HATCH | |
CUTOUT |
Definition at line 789 of file eagle_parser.h.
EPOLYGON::EPOLYGON | ( | wxXmlNode * | aPolygon | ) |
opt_ecoord EPOLYGON::isolate |
Definition at line 795 of file eagle_parser.h.
Referenced by EPOLYGON(), and EAGLE_PLUGIN::loadPolygon().
int EPOLYGON::layer |
Definition at line 779 of file eagle_parser.h.
Referenced by EPOLYGON(), EAGLE_PLUGIN::loadPolygon(), SCH_EAGLE_PLUGIN::loadPolyLine(), and EAGLE_PLUGIN::packagePolygon().
|
static |
Definition at line 787 of file eagle_parser.h.
Referenced by EAGLE_PLUGIN::loadPolygon().
opt_bool EPOLYGON::orphans |
Definition at line 796 of file eagle_parser.h.
Referenced by EPOLYGON(), and EAGLE_PLUGIN::loadPolygon().
int EPOLYGON::pour |
Definition at line 794 of file eagle_parser.h.
Referenced by EPOLYGON(), EAGLE_PLUGIN::loadPolygon(), and EAGLE_PLUGIN::packagePolygon().
opt_int EPOLYGON::rank |
Definition at line 798 of file eagle_parser.h.
Referenced by EPOLYGON(), and EAGLE_PLUGIN::loadPolygon().
opt_ecoord EPOLYGON::spacing |
Definition at line 780 of file eagle_parser.h.
Referenced by EPOLYGON(), and EAGLE_PLUGIN::loadPolygon().
opt_bool EPOLYGON::thermals |
Definition at line 797 of file eagle_parser.h.
Referenced by EPOLYGON(), and EAGLE_PLUGIN::loadPolygon().
ECOORD EPOLYGON::width |
Definition at line 778 of file eagle_parser.h.
Referenced by EPOLYGON(), EAGLE_PLUGIN::loadPolygon(), SCH_EAGLE_PLUGIN::loadPolyLine(), SCH_EAGLE_PLUGIN::loadSymbolPolyLine(), and EAGLE_PLUGIN::packagePolygon().