|
KiCad PCB EDA Suite
|
Public Member Functions | |
| GEDA_SCH_IMPORT_FIXTURE () | |
| ~GEDA_SCH_IMPORT_FIXTURE () | |
| SCH_SHEET * | LoadGedaSchematic (const std::string &aRelPath) |
| SCH_SHEET * | LoadGedaSchematicWithProperties (const std::string &aRelPath, const std::map< std::string, UTF8 > &aProps) |
Public Attributes | |
| SCH_IO_GEDA | m_plugin |
| std::unique_ptr< SCHEMATIC > | m_schematic |
| SETTINGS_MANAGER | m_manager |
Definition at line 50 of file test_geda_sch_import.cpp.
|
inline |
Definition at line 52 of file test_geda_sch_import.cpp.
References m_manager, and m_schematic.
|
inline |
Definition at line 61 of file test_geda_sch_import.cpp.
References m_schematic.
|
inline |
Definition at line 66 of file test_geda_sch_import.cpp.
References KI_TEST::GetEeschemaTestDataDir(), m_plugin, and m_schematic.
|
inline |
Definition at line 72 of file test_geda_sch_import.cpp.
References KI_TEST::GetEeschemaTestDataDir(), m_plugin, and m_schematic.
| SETTINGS_MANAGER GEDA_SCH_IMPORT_FIXTURE::m_manager |
Definition at line 81 of file test_geda_sch_import.cpp.
Referenced by GEDA_SCH_IMPORT_FIXTURE().
| SCH_IO_GEDA GEDA_SCH_IMPORT_FIXTURE::m_plugin |
Definition at line 79 of file test_geda_sch_import.cpp.
Referenced by LoadGedaSchematic(), and LoadGedaSchematicWithProperties().
| std::unique_ptr<SCHEMATIC> GEDA_SCH_IMPORT_FIXTURE::m_schematic |
Definition at line 80 of file test_geda_sch_import.cpp.
Referenced by GEDA_SCH_IMPORT_FIXTURE(), LoadGedaSchematic(), LoadGedaSchematicWithProperties(), and ~GEDA_SCH_IMPORT_FIXTURE().