KiCad PCB EDA Suite
|
#include <eagle_parser.h>
Public Member Functions | |
EPART (wxXmlNode *aPart) | |
Public Attributes | |
wxString | name |
wxString | library |
wxString | deviceset |
wxString | device |
opt_wxString | technology |
opt_wxString | value |
std::map< std::string, std::string > | attribute |
std::map< std::string, std::string > | variant |
Definition at line 915 of file eagle_parser.h.
EPART::EPART | ( | wxXmlNode * | aPart | ) |
Definition at line 1033 of file eagle_parser.cpp.
References EELEMENT::library, EELEMENT::name, EELEMENT::value, and EELEMENT::x.
std::map<std::string,std::string> EPART::attribute |
Definition at line 935 of file eagle_parser.h.
Referenced by SCH_EAGLE_PLUGIN::loadInstance().
wxString EPART::device |
Definition at line 932 of file eagle_parser.h.
Referenced by SCH_EAGLE_PLUGIN::loadInstance().
wxString EPART::deviceset |
Definition at line 931 of file eagle_parser.h.
Referenced by SCH_EAGLE_PLUGIN::loadInstance().
wxString EPART::library |
Definition at line 930 of file eagle_parser.h.
Referenced by SCH_EAGLE_PLUGIN::loadInstance().
wxString EPART::name |
Definition at line 929 of file eagle_parser.h.
opt_wxString EPART::technology |
Definition at line 933 of file eagle_parser.h.
opt_wxString EPART::value |
Definition at line 934 of file eagle_parser.h.
Referenced by SCH_EAGLE_PLUGIN::loadInstance().
std::map<std::string,std::string> EPART::variant |
Definition at line 936 of file eagle_parser.h.
Referenced by SCH_EAGLE_PLUGIN::loadInstance().