|
KiCad PCB EDA Suite
|
#include <kiface_base.h>#include <env_vars.h>#include <footprint_info.h>#include <lib_id.h>#include <lib_table_lexer.h>#include <paths.h>#include <pgm_base.h>#include <search_stack.h>#include <settings/kicad_settings.h>#include <settings/settings_manager.h>#include <systemdirsappend.h>#include <fp_lib_table.h>#include <footprint.h>#include <wx/dir.h>#include <wx/hash.h>Go to the source code of this file.
Classes | |
| class | PCM_FP_LIB_TRAVERSER |
Macros | |
| #define | OPT_SEP '|' |
| options separator character | |
Functions | |
| static void | setLibNickname (FOOTPRINT *aModule, const wxString &aNickname, const wxString &aFootprintName) |
| #define OPT_SEP '|' |
options separator character
Definition at line 44 of file fp_lib_table.cpp.
Referenced by LIB_TABLE::FormatOptions(), and LIB_TABLE::ParseOptions().
|
static |
Definition at line 346 of file fp_lib_table.cpp.
References FOOTPRINT::GetFPID(), LIB_ID::GetLibItemName(), LIB_ID::GetLibNickname(), LIB_ID::SetLibNickname(), UTF8::size(), and UTF8::wx_str().
Referenced by FP_LIB_TABLE::FootprintLoad().