KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SYMBOL_IMPORT_RECONCILE_RESULT Struct Reference

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
 

Detailed Description

Outcome of a post-import symbol-library reconciliation pass.

Definition at line 41 of file symbol_import_reconciler.h.

Member Data Documentation

◆ m_cacheNickname

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().

◆ m_linkedToCache

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.

◆ m_linkedToSource

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.

◆ m_savedToCache

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().

◆ m_unresolved

int SYMBOL_IMPORT_RECONCILE_RESULT::m_unresolved = 0

schematic LIB_IDs left unresolved

Definition at line 45 of file symbol_import_reconciler.h.


The documentation for this struct was generated from the following file: