KiCad PCB EDA Suite
|
#include <eagle_parser.h>
Public Member Functions | |
EINSTANCE (wxXmlNode *aInstance) | |
Public Attributes | |
wxString | part |
wxString | gate |
ECOORD | x |
ECOORD | y |
opt_bool | smashed |
opt_erot | rot |
Definition at line 942 of file eagle_parser.h.
EINSTANCE::EINSTANCE | ( | wxXmlNode * | aInstance | ) |
Definition at line 1090 of file eagle_parser.cpp.
References EELEMENT::rot, EELEMENT::smashed, EELEMENT::x, and EELEMENT::y.
wxString EINSTANCE::gate |
Definition at line 957 of file eagle_parser.h.
Referenced by SCH_EAGLE_PLUGIN::loadInstance().
wxString EINSTANCE::part |
Definition at line 956 of file eagle_parser.h.
Referenced by SCH_EAGLE_PLUGIN::loadInstance().
opt_erot EINSTANCE::rot |
Definition at line 961 of file eagle_parser.h.
Referenced by SCH_EAGLE_PLUGIN::loadInstance().
opt_bool EINSTANCE::smashed |
Definition at line 960 of file eagle_parser.h.
Referenced by SCH_EAGLE_PLUGIN::loadInstance().
ECOORD EINSTANCE::x |
Definition at line 958 of file eagle_parser.h.
Referenced by SCH_EAGLE_PLUGIN::loadInstance().
ECOORD EINSTANCE::y |
Definition at line 959 of file eagle_parser.h.
Referenced by SCH_EAGLE_PLUGIN::loadInstance().