|
KiCad PCB EDA Suite
|
Public Member Functions | |
| ORCAD_SCH_IMPORT_FIXTURE () | |
| ~ORCAD_SCH_IMPORT_FIXTURE () | |
| std::string | dataPath (const std::string &aRelPath) const |
| SCH_SHEET * | LoadOrcadSchematic (const std::string &aRelPath) |
Public Attributes | |
| SCH_IO_ORCAD | m_plugin |
| std::unique_ptr< SCHEMATIC > | m_schematic |
| SETTINGS_MANAGER | m_manager |
Definition at line 181 of file test_orcad_sch_import.cpp.
|
inline |
Definition at line 183 of file test_orcad_sch_import.cpp.
References m_manager, and m_schematic.
|
inline |
Definition at line 192 of file test_orcad_sch_import.cpp.
References m_schematic.
|
inline |
Definition at line 197 of file test_orcad_sch_import.cpp.
References KI_TEST::GetEeschemaTestDataDir().
Referenced by LoadOrcadSchematic().
|
inline |
Definition at line 202 of file test_orcad_sch_import.cpp.
References dataPath(), m_plugin, and m_schematic.
| SETTINGS_MANAGER ORCAD_SCH_IMPORT_FIXTURE::m_manager |
Definition at line 209 of file test_orcad_sch_import.cpp.
Referenced by ORCAD_SCH_IMPORT_FIXTURE().
| SCH_IO_ORCAD ORCAD_SCH_IMPORT_FIXTURE::m_plugin |
Definition at line 207 of file test_orcad_sch_import.cpp.
Referenced by LoadOrcadSchematic().
| std::unique_ptr<SCHEMATIC> ORCAD_SCH_IMPORT_FIXTURE::m_schematic |
Definition at line 208 of file test_orcad_sch_import.cpp.
Referenced by LoadOrcadSchematic(), ORCAD_SCH_IMPORT_FIXTURE(), and ~ORCAD_SCH_IMPORT_FIXTURE().