![]() |
KiCad PCB EDA Suite
|
System directories search utilities. More...
Go to the source code of this file.
Functions | |
void | SystemDirsAppend (SEARCH_STACK *aSearchStack) |
Append system places to aSearchStack in a platform specific way and pertinent to KiCad programs. More... | |
System directories search utilities.
Definition in file systemdirsappend.h.
void SystemDirsAppend | ( | SEARCH_STACK * | aSearchStack | ) |
Append system places to aSearchStack in a platform specific way and pertinent to KiCad programs.
Definition at line 38 of file systemdirsappend.cpp.
References SEARCH_STACK::AddPaths(), KIPLATFORM::ENV::GetDocumentsPath(), PATHS::GetStockEDALibraryPath(), and Pgm().
Referenced by SYMBOL_LIB_TABLE::LoadGlobalTable(), FP_LIB_TABLE::LoadGlobalTable(), PGM_KICAD::OnPgmInit(), SearchHelpFileFullPath(), setSearchPaths(), and DIALOG_GLOBAL_LIB_TABLE_CONFIG::TransferDataToWindow().