KiCad PCB EDA Suite
|
#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 *, LibSymbolMapSort > | LIB_SYMBOL_MAP |
Enumerations | |
enum class | SCH_LIB_TYPE { LT_EESCHEMA , LT_SYMBOL } |
typedef std::map< wxString, LIB_SYMBOL*, LibSymbolMapSort > LIB_SYMBOL_MAP |
Definition at line 53 of file symbol_library_common.h.
|
strong |
Enumerator | |
---|---|
LT_EESCHEMA | |
LT_SYMBOL |
Definition at line 33 of file symbol_library_common.h.