|
KiCad PCB EDA Suite
|
Outcome of a post-import symbol-library reconciliation pass. More...
#include <symbol_import_reconciler.h>
Public Attributes | |
| int | m_linkedToSource = 0 |
| schematic LIB_IDs re-pointed at a provenance source library | |
| int | m_linkedToCache = 0 |
| schematic LIB_IDs re-pointed at the generated cache | |
| int | m_unresolved = 0 |
| schematic LIB_IDs left unresolved | |
| int | m_savedToCache = 0 |
| distinct definitions written into the cache library | |
| wxString | m_cacheNickname |
| nickname of the generated cache, empty if none written | |
Outcome of a post-import symbol-library reconciliation pass.
Definition at line 41 of file symbol_import_reconciler.h.
| wxString SYMBOL_IMPORT_RECONCILE_RESULT::m_cacheNickname |
nickname of the generated cache, empty if none written
Definition at line 47 of file symbol_import_reconciler.h.
Referenced by SYMBOL_IMPORT_RECONCILER::writeAndRegisterCache().
| int SYMBOL_IMPORT_RECONCILE_RESULT::m_linkedToCache = 0 |
schematic LIB_IDs re-pointed at the generated cache
Definition at line 44 of file symbol_import_reconciler.h.
| int SYMBOL_IMPORT_RECONCILE_RESULT::m_linkedToSource = 0 |
schematic LIB_IDs re-pointed at a provenance source library
Definition at line 43 of file symbol_import_reconciler.h.
| int SYMBOL_IMPORT_RECONCILE_RESULT::m_savedToCache = 0 |
distinct definitions written into the cache library
Definition at line 46 of file symbol_import_reconciler.h.
Referenced by SYMBOL_IMPORT_RECONCILER::writeAndRegisterCache().
| int SYMBOL_IMPORT_RECONCILE_RESULT::m_unresolved = 0 |
schematic LIB_IDs left unresolved
Definition at line 45 of file symbol_import_reconciler.h.