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 581 of file eagle_parser.h.
ERECT::ERECT | ( | wxXmlNode * | aRect | ) |
int ERECT::layer |
Definition at line 587 of file eagle_parser.h.
Referenced by ERECT(), EAGLE_PLUGIN::loadPlain(), SCH_EAGLE_PLUGIN::loadRectangle(), and EAGLE_PLUGIN::packageRectangle().
opt_erot ERECT::rot |
Definition at line 588 of file eagle_parser.h.
Referenced by ERECT(), EAGLE_PLUGIN::loadPlain(), SCH_EAGLE_PLUGIN::loadRectangle(), SCH_EAGLE_PLUGIN::loadSymbolRectangle(), and EAGLE_PLUGIN::packageRectangle().
ECOORD ERECT::x1 |
Definition at line 583 of file eagle_parser.h.
Referenced by ERECT(), EAGLE_PLUGIN::loadPlain(), SCH_EAGLE_PLUGIN::loadRectangle(), SCH_EAGLE_PLUGIN::loadSymbolRectangle(), and EAGLE_PLUGIN::packageRectangle().
ECOORD ERECT::x2 |
Definition at line 585 of file eagle_parser.h.
Referenced by ERECT(), EAGLE_PLUGIN::loadPlain(), SCH_EAGLE_PLUGIN::loadRectangle(), SCH_EAGLE_PLUGIN::loadSymbolRectangle(), and EAGLE_PLUGIN::packageRectangle().
ECOORD ERECT::y1 |
Definition at line 584 of file eagle_parser.h.
Referenced by ERECT(), EAGLE_PLUGIN::loadPlain(), SCH_EAGLE_PLUGIN::loadRectangle(), SCH_EAGLE_PLUGIN::loadSymbolRectangle(), and EAGLE_PLUGIN::packageRectangle().
ECOORD ERECT::y2 |
Definition at line 586 of file eagle_parser.h.
Referenced by ERECT(), EAGLE_PLUGIN::loadPlain(), SCH_EAGLE_PLUGIN::loadRectangle(), SCH_EAGLE_PLUGIN::loadSymbolRectangle(), and EAGLE_PLUGIN::packageRectangle().