KiCad PCB EDA Suite
|
Eagle pin element. More...
#include <eagle_parser.h>
Public Member Functions | |
EPIN (wxXmlNode *aPin) | |
Public Attributes | |
wxString | name |
ECOORD | x |
ECOORD | y |
opt_wxString | visible |
opt_wxString | length |
opt_wxString | direction |
opt_wxString | function |
opt_int | swaplevel |
opt_erot | rot |
Eagle pin element.
Definition at line 747 of file eagle_parser.h.
EPIN::EPIN | ( | wxXmlNode * | aPin | ) |
opt_wxString EPIN::direction |
Definition at line 755 of file eagle_parser.h.
Referenced by EPIN(), and SCH_EAGLE_PLUGIN::loadSymbol().
opt_wxString EPIN::function |
Definition at line 756 of file eagle_parser.h.
Referenced by EPIN(), and SCH_EAGLE_PLUGIN::loadPin().
opt_wxString EPIN::length |
Definition at line 754 of file eagle_parser.h.
Referenced by EPIN(), and SCH_EAGLE_PLUGIN::loadPin().
wxString EPIN::name |
Definition at line 749 of file eagle_parser.h.
Referenced by EPIN(), and SCH_EAGLE_PLUGIN::loadPin().
opt_erot EPIN::rot |
Definition at line 758 of file eagle_parser.h.
Referenced by EPIN(), and SCH_EAGLE_PLUGIN::loadPin().
opt_int EPIN::swaplevel |
Definition at line 757 of file eagle_parser.h.
Referenced by EPIN().
opt_wxString EPIN::visible |
Definition at line 753 of file eagle_parser.h.
Referenced by EPIN(), and SCH_EAGLE_PLUGIN::loadPin().
ECOORD EPIN::x |
Definition at line 750 of file eagle_parser.h.
Referenced by EPIN(), and SCH_EAGLE_PLUGIN::loadPin().
ECOORD EPIN::y |
Definition at line 751 of file eagle_parser.h.
Referenced by EPIN(), and SCH_EAGLE_PLUGIN::loadPin().