KiCad PCB EDA Suite
Loading...
Searching...
No Matches
project_sch.cpp File Reference
#include <symbol_library.h>
#include <confirm.h>
#include <dialogs/html_message_box.h>
#include <kiface_base.h>
#include <pgm_base.h>
#include <wx/app.h>
#include <core/utf8.h>
#include <symbol_lib_table.h>
#include <project_sch.h>

Go to the source code of this file.

Functions

static void add_search_paths (SEARCH_STACK *aDst, const SEARCH_STACK &aSrc, int aIndex)
 

Variables

static std::mutex s_symbolTableMutex
 

Function Documentation

◆ add_search_paths()

static void add_search_paths ( SEARCH_STACK aDst,
const SEARCH_STACK aSrc,
int  aIndex 
)
static

Definition at line 34 of file project_sch.cpp.

References SEARCH_STACK::AddPaths().

Referenced by PROJECT_SCH::SchSearchS().

Variable Documentation

◆ s_symbolTableMutex

std::mutex s_symbolTableMutex
static

Definition at line 30 of file project_sch.cpp.

Referenced by PROJECT_SCH::SchSymbolLibTable().