KiCad PCB EDA Suite
|
#include <kiface_base.h>
#include <footprint_info.h>
#include <lib_id.h>
#include <lib_table_lexer.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 More... | |
Functions | |
static void | setLibNickname (FOOTPRINT *aModule, const wxString &aNickname, const wxString &aFootprintName) |
Variables | |
static const wxChar | global_tbl_name [] = wxT( "fp-lib-table" ) |
#define OPT_SEP '|' |
options separator character
Definition at line 42 of file fp_lib_table.cpp.
|
static |
Definition at line 335 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().
|
static |
Definition at line 47 of file fp_lib_table.cpp.
Referenced by SYMBOL_LIB_TABLE::GetGlobalTableFileName(), FP_LIB_TABLE::GetGlobalTableFileName(), SYMBOL_LIB_TABLE::GetSymbolLibTableFileName(), FP_LIB_TABLE::LoadGlobalTable(), and SYMBOL_LIB_TABLE::LoadGlobalTable().