KiCad PCB EDA Suite
|
#include <mutex>
#include <boost/ptr_container/ptr_vector.hpp>
#include <wx/filename.h>
#include <project.h>
#include <sch_io/sch_io_mgr.h>
#include <symbol_library_common.h>
Go to the source code of this file.
Classes | |
class | LEGACY_SYMBOL_LIBS |
A collection of #SYMBOL_LIB objects. More... | |
class | LEGACY_SYMBOL_LIB |
Object used to load, save, search, and otherwise manipulate symbol library files. More... | |
Functions | |
bool | operator== (const LEGACY_SYMBOL_LIB &aLibrary, const wxString &aName) |
Case insensitive library name comparison. | |
bool | operator!= (const LEGACY_SYMBOL_LIB &aLibrary, const wxString &aName) |
bool operator!= | ( | const LEGACY_SYMBOL_LIB & | aLibrary, |
const wxString & | aName ) |
bool operator== | ( | const LEGACY_SYMBOL_LIB & | aLibrary, |
const wxString & | aName ) |
Case insensitive library name comparison.