KiCad PCB EDA Suite
Loading...
Searching...
No Matches
symbol_library_common.h File Reference
#include <map>
#include <wx/arrstr.h>

Go to the source code of this file.

Classes

struct  LibSymbolMapSort
 Symbol library map sorting helper.Symbol library map sorted by the symbol name. More...
 
class  SYMBOL_LIBRARY_FILTER
 Helper object to filter a list of libraries. More...
 

Typedefs

typedef std::map< wxString, LIB_SYMBOL *, LibSymbolMapSortLIB_SYMBOL_MAP
 

Enumerations

enum class  SCH_LIB_TYPE { LT_EESCHEMA , LT_SYMBOL }
 

Typedef Documentation

◆ LIB_SYMBOL_MAP

typedef std::map< wxString, LIB_SYMBOL*, LibSymbolMapSort > LIB_SYMBOL_MAP

Definition at line 53 of file symbol_library_common.h.

Enumeration Type Documentation

◆ SCH_LIB_TYPE

enum class SCH_LIB_TYPE
strong
Enumerator
LT_EESCHEMA 
LT_SYMBOL 

Definition at line 33 of file symbol_library_common.h.