KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SCH_IO_GEDA::SYM_CACHE_ENTRY Struct Reference

Entry in the symbol library search cache. More...

Public Attributes

wxString path
 Full path to .sym file.
 
std::unique_ptr< LIB_SYMBOLsymbol
 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
 

Detailed Description

Entry in the symbol library search cache.

Definition at line 138 of file sch_io_geda.h.

Member Data Documentation

◆ netAttr

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().

◆ path

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().

◆ symbol

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.

◆ symversion

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.


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