KiCad PCB EDA Suite
|
Eagle dimension element. More...
#include <eagle_parser.h>
Public Member Functions | |
EDIMENSION (wxXmlNode *aDimension) | |
Public Attributes | |
ECOORD | x1 |
ECOORD | y1 |
ECOORD | x2 |
ECOORD | y2 |
ECOORD | x3 |
ECOORD | y3 |
opt_ecoord | textsize |
int | layer |
opt_wxString | dimensionType |
Eagle dimension element.
Definition at line 626 of file eagle_parser.h.
EDIMENSION::EDIMENSION | ( | wxXmlNode * | aDimension | ) |
opt_wxString EDIMENSION::dimensionType |
Definition at line 636 of file eagle_parser.h.
Referenced by EDIMENSION(), and EAGLE_PLUGIN::loadPlain().
int EDIMENSION::layer |
Definition at line 635 of file eagle_parser.h.
Referenced by EDIMENSION(), and EAGLE_PLUGIN::loadPlain().
opt_ecoord EDIMENSION::textsize |
Definition at line 634 of file eagle_parser.h.
Referenced by EDIMENSION(), and EAGLE_PLUGIN::loadPlain().
ECOORD EDIMENSION::x1 |
Definition at line 628 of file eagle_parser.h.
Referenced by EDIMENSION(), and EAGLE_PLUGIN::loadPlain().
ECOORD EDIMENSION::x2 |
Definition at line 630 of file eagle_parser.h.
Referenced by EDIMENSION(), and EAGLE_PLUGIN::loadPlain().
ECOORD EDIMENSION::x3 |
Definition at line 632 of file eagle_parser.h.
Referenced by EDIMENSION(), and EAGLE_PLUGIN::loadPlain().
ECOORD EDIMENSION::y1 |
Definition at line 629 of file eagle_parser.h.
Referenced by EDIMENSION(), and EAGLE_PLUGIN::loadPlain().
ECOORD EDIMENSION::y2 |
Definition at line 631 of file eagle_parser.h.
Referenced by EDIMENSION(), and EAGLE_PLUGIN::loadPlain().
ECOORD EDIMENSION::y3 |
Definition at line 633 of file eagle_parser.h.
Referenced by EDIMENSION(), and EAGLE_PLUGIN::loadPlain().