#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.
|
#define | OPT_SEP '|' |
| options separator character
|
|
◆ OPT_SEP
◆ setLibNickname()
static void setLibNickname |
( |
FOOTPRINT * |
aModule, |
|
|
const wxString & |
aNickname, |
|
|
const wxString & |
aFootprintName |
|
) |
| |
|
static |
◆ global_tbl_name
const wxChar global_tbl_name[] = wxT( "fp-lib-table" ) |
|
static |