KiCad PCB EDA Suite
|
#include <sch_eagle_plugin.h>
Public Attributes | |
wxString | name |
boost::ptr_map< wxString, LIB_SYMBOL > | KiCadSymbols |
std::unordered_map< wxString, wxXmlNode * > | SymbolNodes |
std::unordered_map< wxString, int > | GateUnit |
std::unordered_map< wxString, wxString > | package |
Definition at line 64 of file sch_eagle_plugin.h.
std::unordered_map<wxString, int> EAGLE_LIBRARY::GateUnit |
Definition at line 69 of file sch_eagle_plugin.h.
Referenced by SCH_EAGLE_PLUGIN::loadLibrary().
boost::ptr_map<wxString, LIB_SYMBOL> EAGLE_LIBRARY::KiCadSymbols |
Definition at line 67 of file sch_eagle_plugin.h.
Referenced by SCH_EAGLE_PLUGIN::loadLibrary().
wxString EAGLE_LIBRARY::name |
Definition at line 66 of file sch_eagle_plugin.h.
Referenced by SCH_EAGLE_PLUGIN::loadDrawing(), SCH_EAGLE_PLUGIN::loadLibrary(), and SCH_EAGLE_PLUGIN::loadSchematic().
std::unordered_map<wxString, wxString> EAGLE_LIBRARY::package |
Definition at line 70 of file sch_eagle_plugin.h.
Referenced by SCH_EAGLE_PLUGIN::loadInstance(), and SCH_EAGLE_PLUGIN::loadLibrary().
std::unordered_map<wxString, wxXmlNode*> EAGLE_LIBRARY::SymbolNodes |
Definition at line 68 of file sch_eagle_plugin.h.
Referenced by SCH_EAGLE_PLUGIN::loadLibrary().