KiCad PCB EDA Suite
|
Parse an Eagle frame element. More...
#include <eagle_parser.h>
Public Member Functions | |
EFRAME (wxXmlNode *aFrameNode) | |
Public Attributes | |
ECOORD | x1 |
ECOORD | y1 |
ECOORD | x2 |
ECOORD | y2 |
int | columns |
int | rows |
int | layer |
opt_bool | border_left |
opt_bool | border_top |
opt_bool | border_right |
opt_bool | border_bottom |
Parse an Eagle frame element.
Definition at line 680 of file eagle_parser.h.
EFRAME::EFRAME | ( | wxXmlNode * | aFrameNode | ) |
Definition at line 750 of file eagle_parser.cpp.
References border_bottom, border_left, border_right, border_top, columns, layer, rows, x1, x2, y1, and y2.
opt_bool EFRAME::border_bottom |
Definition at line 692 of file eagle_parser.h.
Referenced by EFRAME(), and SCH_EAGLE_PLUGIN::loadFrame().
opt_bool EFRAME::border_left |
Definition at line 689 of file eagle_parser.h.
Referenced by EFRAME(), and SCH_EAGLE_PLUGIN::loadFrame().
opt_bool EFRAME::border_right |
Definition at line 691 of file eagle_parser.h.
Referenced by EFRAME(), and SCH_EAGLE_PLUGIN::loadFrame().
opt_bool EFRAME::border_top |
Definition at line 690 of file eagle_parser.h.
Referenced by EFRAME(), and SCH_EAGLE_PLUGIN::loadFrame().
int EFRAME::columns |
Definition at line 686 of file eagle_parser.h.
Referenced by EFRAME(), and SCH_EAGLE_PLUGIN::loadFrame().
int EFRAME::layer |
Definition at line 688 of file eagle_parser.h.
Referenced by EFRAME().
int EFRAME::rows |
Definition at line 687 of file eagle_parser.h.
Referenced by EFRAME(), and SCH_EAGLE_PLUGIN::loadFrame().
ECOORD EFRAME::x1 |
Definition at line 682 of file eagle_parser.h.
Referenced by EFRAME(), and SCH_EAGLE_PLUGIN::loadFrame().
ECOORD EFRAME::x2 |
Definition at line 684 of file eagle_parser.h.
Referenced by EFRAME(), and SCH_EAGLE_PLUGIN::loadFrame().
ECOORD EFRAME::y1 |
Definition at line 683 of file eagle_parser.h.
Referenced by EFRAME(), and SCH_EAGLE_PLUGIN::loadFrame().
ECOORD EFRAME::y2 |
Definition at line 685 of file eagle_parser.h.
Referenced by EFRAME(), and SCH_EAGLE_PLUGIN::loadFrame().