KiCad PCB EDA Suite
|
Eagle via. More...
#include <eagle_parser.h>
Public Member Functions | |
EVIA (wxXmlNode *aVia) | |
Public Attributes | |
ECOORD | x |
ECOORD | y |
int | layer_front_most |
int | layer_back_most |
< extent More... | |
ECOORD | drill |
< inclusive More... | |
opt_ecoord | diam |
opt_wxString | shape |
Eagle via.
Definition at line 553 of file eagle_parser.h.
EVIA::EVIA | ( | wxXmlNode * | aVia | ) |
Definition at line 540 of file eagle_parser.cpp.
References diam, drill, layer_back_most, layer_front_most, shape, x, and y.
opt_ecoord EVIA::diam |
Definition at line 560 of file eagle_parser.h.
Referenced by EVIA(), and EAGLE_PLUGIN::loadSignals().
ECOORD EVIA::drill |
< inclusive
Definition at line 559 of file eagle_parser.h.
Referenced by EVIA(), and EAGLE_PLUGIN::loadSignals().
int EVIA::layer_back_most |
< extent
Definition at line 558 of file eagle_parser.h.
Referenced by EVIA(), and EAGLE_PLUGIN::loadSignals().
int EVIA::layer_front_most |
Definition at line 557 of file eagle_parser.h.
Referenced by EVIA(), and EAGLE_PLUGIN::loadSignals().
opt_wxString EVIA::shape |
Definition at line 561 of file eagle_parser.h.
Referenced by EVIA().
ECOORD EVIA::x |
Definition at line 555 of file eagle_parser.h.
Referenced by EVIA(), and EAGLE_PLUGIN::loadSignals().
ECOORD EVIA::y |
Definition at line 556 of file eagle_parser.h.
Referenced by EVIA(), and EAGLE_PLUGIN::loadSignals().