|
KiCad PCB EDA Suite
|
#include <functional>#include <map>#include <memory>#include <set>#include <vector>#include <wx/string.h>Go to the source code of this file.
Classes | |
| struct | SYMBOL_IMPORT_INFO |
| Information about a symbol available for import. More... | |
| class | SYMBOL_IMPORT_MANAGER |
| Manages the logic for selecting symbols to import from a library file. More... | |
Enumerations | |
| enum class | CONFLICT_RESOLUTION { SKIP , OVERWRITE } |
| Result of conflict resolution for a single symbol. More... | |
|
strong |
Result of conflict resolution for a single symbol.
| Enumerator | |
|---|---|
| SKIP | Don't import this symbol. |
| OVERWRITE | Overwrite existing symbol. |
Definition at line 58 of file symbol_import_manager.h.