| 
    KiCad PCB EDA Suite
    
   | 
 
#include <map>#include <list>#include <deque>#include <set>#include <memory>#include <wx/arrstr.h>#include <sch_io/sch_io_mgr.h>#include <sch_screen.h>#include <libraries/library_table.h>Go to the source code of this file.
Classes | |
| class | SYMBOL_BUFFER | 
| class | LIB_BUFFER | 
| Store a working copy of a library.  More... | |
| class | SYMBOL_LIBRARY_MANAGER | 
| Class to handle modifications to the symbol libraries.  More... | |
Enumerations | |
| enum class | SYMBOL_NAME_FILTER { ALL , ROOT_ONLY , DERIVED_ONLY } | 
      
  | 
  strong | 
| Enumerator | |
|---|---|
| ALL | |
| ROOT_ONLY | |
| DERIVED_ONLY | |
Definition at line 48 of file symbol_library_manager.h.