KiCad PCB EDA Suite
|
Go to the source code of this file.
Classes | |
class | FP_LIB_TABLE_ROW |
Hold a record identifying a library accessed by the appropriate footprint library #PLUGIN object in the FP_LIB_TABLE. More... | |
class | FP_LIB_TABLE |
Variables | |
FP_LIB_TABLE | GFootprintTable |
The global footprint library table. | |
|
extern |
The global footprint library table.
This is not dynamically allocated because in a multiple project environment we must keep its address constant (since it is the fallback table for multiple projects).
Definition at line 150 of file cvpcb.cpp.
Referenced by PCB_BASE_EDIT_FRAME::AddLibrary(), PCB_BASE_EDIT_FRAME::createNewLibrary(), FOOTPRINT_TREE_PANE::FOOTPRINT_TREE_PANE(), FP_TREE_SYNCHRONIZING_ADAPTER::GetLibrariesCount(), FP_TREE_SYNCHRONIZING_ADAPTER::GetValue(), CV::IFACE::IfaceOrAddress(), PCB::IFACE::IfaceOrAddress(), InvokePcbLibTableEditor(), PCB::IFACE::loadGlobalLibTable(), CV::IFACE::OnKifaceStart(), FOOTPRINT_EDITOR_CONTROL::OpenDirectory(), FOOTPRINT_EDITOR_CONTROL::OpenWithTextEditor(), PROJECT_PCB::PcbFootprintLibs(), PCB_BASE_EDIT_FRAME::selectLibTable(), DIALOG_GLOBAL_FP_LIB_TABLE_CONFIG::TransferDataFromWindow(), and WriteDRCReport().