KiCad PCB EDA Suite
|
#include <eagle_parser.h>
Public Member Functions | |
ECONNECT (wxXmlNode *aConnect) | |
Public Attributes | |
wxString | gate |
wxString | pin |
wxString | pad |
Definition at line 1003 of file eagle_parser.h.
ECONNECT::ECONNECT | ( | wxXmlNode * | aConnect | ) |
Definition at line 1153 of file eagle_parser.cpp.
wxString ECONNECT::gate |
Definition at line 1014 of file eagle_parser.h.
Referenced by SCH_EAGLE_PLUGIN::loadSymbol().
wxString ECONNECT::pad |
Definition at line 1016 of file eagle_parser.h.
Referenced by SCH_EAGLE_PLUGIN::loadSymbol().
wxString ECONNECT::pin |
Definition at line 1015 of file eagle_parser.h.
Referenced by SCH_EAGLE_PLUGIN::loadSymbol().