KiCad PCB EDA Suite
|
#include <eagle_parser.h>
Public Member Functions | |
ECLASS (wxXmlNode *aClass) | |
Public Attributes | |
wxString | number |
wxString | name |
std::map< wxString, ECOORD > | clearanceMap |
Definition at line 1063 of file eagle_parser.h.
ECLASS::ECLASS | ( | wxXmlNode * | aClass | ) |
Definition at line 1217 of file eagle_parser.cpp.
References EELEMENT::name, and EELEMENT::value.
std::map<wxString, ECOORD> ECLASS::clearanceMap |
Definition at line 1067 of file eagle_parser.h.
wxString ECLASS::name |
Definition at line 1066 of file eagle_parser.h.
Referenced by EAGLE_PLUGIN::loadClasses().
wxString ECLASS::number |
Definition at line 1065 of file eagle_parser.h.
Referenced by EAGLE_PLUGIN::loadClasses().