KiCad PCB EDA Suite
Loading...
Searching...
No Matches
fp_lib_table.cpp File Reference
#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)
 

Variables

static const wxChar global_tbl_name [] = wxT( "fp-lib-table" )
 

Macro Definition Documentation

◆ OPT_SEP

#define OPT_SEP   '|'

options separator character

Definition at line 44 of file fp_lib_table.cpp.

Function Documentation

◆ setLibNickname()

static void setLibNickname ( FOOTPRINT aModule,
const wxString &  aNickname,
const wxString &  aFootprintName 
)
static

Variable Documentation

◆ global_tbl_name