![]() |
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 936 of file eagle_parser.h.
EINSTANCE::EINSTANCE | ( | wxXmlNode * | aInstance | ) |
Definition at line 959 of file eagle_parser.cpp.
References EELEMENT::rot, EELEMENT::smashed, EELEMENT::x, and EELEMENT::y.
wxString EINSTANCE::gate |
Definition at line 951 of file eagle_parser.h.
wxString EINSTANCE::part |
Definition at line 950 of file eagle_parser.h.
opt_erot EINSTANCE::rot |
Definition at line 955 of file eagle_parser.h.
opt_bool EINSTANCE::smashed |
Definition at line 954 of file eagle_parser.h.
ECOORD EINSTANCE::x |
Definition at line 952 of file eagle_parser.h.
ECOORD EINSTANCE::y |
Definition at line 953 of file eagle_parser.h.