KiCad PCB EDA Suite
|
Definition for symbol library class. More...
#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 | SYMBOL_LIBS |
A collection of SYMBOL_LIB objects. More... | |
class | SYMBOL_LIB |
Object used to load, save, search, and otherwise manipulate symbol library files. More... | |
Typedefs | |
typedef boost::ptr_vector< SYMBOL_LIB > | SYMBOL_LIBS_BASE |
Functions | |
bool | operator== (const SYMBOL_LIB &aLibrary, const wxString &aName) |
Case insensitive library name comparison. | |
bool | operator!= (const SYMBOL_LIB &aLibrary, const wxString &aName) |
Definition for symbol library class.
Definition in file symbol_library.h.
typedef boost::ptr_vector< SYMBOL_LIB > SYMBOL_LIBS_BASE |
Definition at line 52 of file symbol_library.h.
bool operator!= | ( | const SYMBOL_LIB & | aLibrary, |
const wxString & | aName | ||
) |
bool operator== | ( | const SYMBOL_LIB & | aLibrary, |
const wxString & | aName | ||
) |
Case insensitive library name comparison.