![]() |
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) | |
Public Attributes | |
ECOORD | x1 |
ECOORD | y1 |
ECOORD | x2 |
ECOORD | y2 |
ECOORD | width |
LAYER_NUM | layer |
opt_int | style |
opt_double | curve |
range is -359.9..359.9 More... | |
opt_int | cap |
Eagle wire.
Definition at line 491 of file eagle_parser.h.
anonymous enum |
Enumerator | |
---|---|
FLAT | |
ROUND |
Definition at line 511 of file eagle_parser.h.
anonymous enum |
Enumerator | |
---|---|
CONTINUOUS | |
LONGDASH | |
SHORTDASH | |
DASHDOT |
Definition at line 501 of file eagle_parser.h.
EWIRE::EWIRE | ( | wxXmlNode * | aWire | ) |
Definition at line 323 of file eagle_parser.cpp.
References cap, CONTINUOUS, curve, DASHDOT, FLAT, layer, LONGDASH, ROUND, SHORTDASH, style, width, x1, x2, y1, and y2.
opt_int EWIRE::cap |
Definition at line 515 of file eagle_parser.h.
Referenced by EWIRE().
opt_double EWIRE::curve |
range is -359.9..359.9
Definition at line 508 of file eagle_parser.h.
Referenced by EWIRE(), EAGLE_PLUGIN::loadPlain(), EAGLE_PLUGIN::loadSignals(), and EAGLE_PLUGIN::packageWire().
LAYER_NUM EWIRE::layer |
Definition at line 498 of file eagle_parser.h.
Referenced by EWIRE(), EAGLE_PLUGIN::loadPlain(), EAGLE_PLUGIN::loadSignals(), and EAGLE_PLUGIN::packageWire().
opt_int EWIRE::style |
Definition at line 507 of file eagle_parser.h.
Referenced by EWIRE().
ECOORD EWIRE::width |
Definition at line 497 of file eagle_parser.h.
Referenced by EWIRE(), EAGLE_PLUGIN::loadPlain(), EAGLE_PLUGIN::loadSignals(), and EAGLE_PLUGIN::packageWire().
ECOORD EWIRE::x1 |
Definition at line 493 of file eagle_parser.h.
Referenced by EWIRE(), EAGLE_PLUGIN::loadPlain(), EAGLE_PLUGIN::loadSignals(), and EAGLE_PLUGIN::packageWire().
ECOORD EWIRE::x2 |
Definition at line 495 of file eagle_parser.h.
Referenced by EWIRE(), EAGLE_PLUGIN::loadPlain(), EAGLE_PLUGIN::loadSignals(), and EAGLE_PLUGIN::packageWire().
ECOORD EWIRE::y1 |
Definition at line 494 of file eagle_parser.h.
Referenced by EWIRE(), EAGLE_PLUGIN::loadPlain(), EAGLE_PLUGIN::loadSignals(), and EAGLE_PLUGIN::packageWire().
ECOORD EWIRE::y2 |
Definition at line 496 of file eagle_parser.h.
Referenced by EWIRE(), EAGLE_PLUGIN::loadPlain(), EAGLE_PLUGIN::loadSignals(), and EAGLE_PLUGIN::packageWire().