KiCad PCB EDA Suite
Loading...
Searching...
No Matches
EAGLE_LIBRARY Struct Reference

#include <sch_io_eagle.h>

Public Attributes

wxString name
 
boost::ptr_map< wxString, LIB_SYMBOLKiCadSymbols
 
std::unordered_map< wxString, wxXmlNode * > SymbolNodes
 
std::unordered_map< wxString, int > GateUnit
 
std::unordered_map< wxString, wxString > package
 

Detailed Description

Definition at line 64 of file sch_io_eagle.h.

Member Data Documentation

◆ GateUnit

std::unordered_map<wxString, int> EAGLE_LIBRARY::GateUnit

Definition at line 69 of file sch_io_eagle.h.

Referenced by SCH_IO_EAGLE::loadLibrary().

◆ KiCadSymbols

boost::ptr_map<wxString, LIB_SYMBOL> EAGLE_LIBRARY::KiCadSymbols

Definition at line 67 of file sch_io_eagle.h.

Referenced by SCH_IO_EAGLE::loadLibrary().

◆ name

wxString EAGLE_LIBRARY::name

◆ package

std::unordered_map<wxString, wxString> EAGLE_LIBRARY::package

Definition at line 70 of file sch_io_eagle.h.

Referenced by SCH_IO_EAGLE::loadInstance(), and SCH_IO_EAGLE::loadLibrary().

◆ SymbolNodes

std::unordered_map<wxString, wxXmlNode*> EAGLE_LIBRARY::SymbolNodes

Definition at line 68 of file sch_io_eagle.h.

Referenced by SCH_IO_EAGLE::loadLibrary().


The documentation for this struct was generated from the following file: