![]() |
KiCad PCB EDA Suite
|
#include <macros.h>
#include <wx/stdpaths.h>
#include <kiface_i.h>
#include <pgm_base.h>
#include <systemdirsappend.h>
#include <common.h>
Go to the source code of this file.
Functions | |
static void | setSearchPaths (SEARCH_STACK *aDst, KIWAY::FACE_T aId) |
Initialize aDst SEARCH_STACK with KIFACE (DSO) specific settings. More... | |
|
static |
Initialize aDst SEARCH_STACK with KIFACE (DSO) specific settings.
A non-member function so it an be moved easily, plus it's nobody's business.
Definition at line 37 of file kiface_i.cpp.
References SEARCH_STACK::AddPaths(), KIWAY::FACE_CVPCB, KIWAY::FACE_PCB, KIWAY::FACE_SCH, and SystemDirsAppend().
Referenced by KIFACE_I::start_common().