|
KiCad PCB EDA Suite
|
Entry in the symbol library search cache. More...
Public Attributes | |
| wxString | path |
| Full path to .sym file. | |
| std::unique_ptr< LIB_SYMBOL > | symbol |
| Loaded symbol (null if not yet loaded) | |
| wxString | symversion |
| symversion from the .sym file (if any) | |
| wxString | netAttr |
| net= attribute (e.g. "GND:1") identifying power symbols | |
Entry in the symbol library search cache.
Definition at line 138 of file sch_io_geda.h.
| wxString SCH_IO_GEDA::SYM_CACHE_ENTRY::netAttr |
net= attribute (e.g. "GND:1") identifying power symbols
Definition at line 143 of file sch_io_geda.h.
Referenced by SCH_IO_GEDA::loadBuiltinSymbol().
| wxString SCH_IO_GEDA::SYM_CACHE_ENTRY::path |
Full path to .sym file.
Definition at line 140 of file sch_io_geda.h.
Referenced by SCH_IO_GEDA::loadDeferredSheets(), and SCH_IO_GEDA::scanSymbolDir().
| std::unique_ptr<LIB_SYMBOL> SCH_IO_GEDA::SYM_CACHE_ENTRY::symbol |
Loaded symbol (null if not yet loaded)
Definition at line 141 of file sch_io_geda.h.
| wxString SCH_IO_GEDA::SYM_CACHE_ENTRY::symversion |
symversion from the .sym file (if any)
Definition at line 142 of file sch_io_geda.h.