![]() |
KiCad PCB EDA Suite
|
Eagle XML rectangle in binary. More...
#include <eagle_parser.h>
Public Member Functions | |
ERECT (wxXmlNode *aRect) | |
Public Attributes | |
ECOORD | x1 |
ECOORD | y1 |
ECOORD | x2 |
ECOORD | y2 |
int | layer |
opt_erot | rot |
Eagle XML rectangle in binary.
Definition at line 575 of file eagle_parser.h.
ERECT::ERECT | ( | wxXmlNode * | aRect | ) |
Definition at line 459 of file eagle_parser.cpp.
int ERECT::layer |
Definition at line 581 of file eagle_parser.h.
Referenced by ERECT().
opt_erot ERECT::rot |
Definition at line 582 of file eagle_parser.h.
Referenced by ERECT(), and SCH_EAGLE_PLUGIN::loadSymbolRectangle().
ECOORD ERECT::x1 |
Definition at line 577 of file eagle_parser.h.
Referenced by ERECT(), and SCH_EAGLE_PLUGIN::loadSymbolRectangle().
ECOORD ERECT::x2 |
Definition at line 579 of file eagle_parser.h.
Referenced by ERECT(), and SCH_EAGLE_PLUGIN::loadSymbolRectangle().
ECOORD ERECT::y1 |
Definition at line 578 of file eagle_parser.h.
Referenced by ERECT(), and SCH_EAGLE_PLUGIN::loadSymbolRectangle().
ECOORD ERECT::y2 |
Definition at line 580 of file eagle_parser.h.
Referenced by ERECT(), and SCH_EAGLE_PLUGIN::loadSymbolRectangle().