|
KiCad PCB EDA Suite
|
Public Member Functions | |
| TEST_SYMBOL_IMPORT_MANAGER_FIXTURE () | |
| bool | LoadKiCadLibraryHelper (SYMBOL_IMPORT_MANAGER &aManager) |
| Load symbols from a KiCad symbol library into the manager. | |
| bool | LoadLegacyLibraryHelper (SYMBOL_IMPORT_MANAGER &aManager) |
| Load symbols from a legacy symbol library into the manager. | |
Protected Attributes | |
| wxString | m_kicadSymLibPath |
| wxString | m_legacyLibPath |
Definition at line 35 of file test_symbol_import_manager.cpp.
|
inline |
Definition at line 38 of file test_symbol_import_manager.cpp.
References KI_TEST::GetTestDataRootDir(), m_kicadSymLibPath, and m_legacyLibPath.
|
inline |
Load symbols from a KiCad symbol library into the manager.
Definition at line 57 of file test_symbol_import_manager.cpp.
References SYMBOL_IMPORT_MANAGER::AddSymbol(), SYMBOL_IMPORT_MANAGER::BuildDependencyMaps(), LIB_SYMBOL::GetParentName(), LIB_SYMBOL::IsPower(), m_kicadSymLibPath, and name.
|
inline |
Load symbols from a legacy symbol library into the manager.
Definition at line 105 of file test_symbol_import_manager.cpp.
References SYMBOL_IMPORT_MANAGER::AddSymbol(), SYMBOL_IMPORT_MANAGER::BuildDependencyMaps(), LIB_SYMBOL::GetParentName(), LIB_SYMBOL::IsPower(), m_legacyLibPath, and name.
|
protected |
Definition at line 150 of file test_symbol_import_manager.cpp.
Referenced by LoadKiCadLibraryHelper(), and TEST_SYMBOL_IMPORT_MANAGER_FIXTURE().
|
protected |
Definition at line 151 of file test_symbol_import_manager.cpp.
Referenced by LoadLegacyLibraryHelper(), and TEST_SYMBOL_IMPORT_MANAGER_FIXTURE().