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

Public Member Functions

 ORCAD_SCH_IMPORT_FIXTURE ()
 
 ~ORCAD_SCH_IMPORT_FIXTURE ()
 
std::string dataPath (const std::string &aRelPath) const
 
SCH_SHEETLoadOrcadSchematic (const std::string &aRelPath)
 

Public Attributes

SCH_IO_ORCAD m_plugin
 
std::unique_ptr< SCHEMATICm_schematic
 
SETTINGS_MANAGER m_manager
 

Detailed Description

Definition at line 181 of file test_orcad_sch_import.cpp.

Constructor & Destructor Documentation

◆ ORCAD_SCH_IMPORT_FIXTURE()

ORCAD_SCH_IMPORT_FIXTURE::ORCAD_SCH_IMPORT_FIXTURE ( )
inline

Definition at line 183 of file test_orcad_sch_import.cpp.

References m_manager, and m_schematic.

◆ ~ORCAD_SCH_IMPORT_FIXTURE()

ORCAD_SCH_IMPORT_FIXTURE::~ORCAD_SCH_IMPORT_FIXTURE ( )
inline

Definition at line 192 of file test_orcad_sch_import.cpp.

References m_schematic.

Member Function Documentation

◆ dataPath()

std::string ORCAD_SCH_IMPORT_FIXTURE::dataPath ( const std::string & aRelPath) const
inline

Definition at line 197 of file test_orcad_sch_import.cpp.

References KI_TEST::GetEeschemaTestDataDir().

Referenced by LoadOrcadSchematic().

◆ LoadOrcadSchematic()

SCH_SHEET * ORCAD_SCH_IMPORT_FIXTURE::LoadOrcadSchematic ( const std::string & aRelPath)
inline

Definition at line 202 of file test_orcad_sch_import.cpp.

References dataPath(), m_plugin, and m_schematic.

Member Data Documentation

◆ m_manager

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

◆ m_plugin

SCH_IO_ORCAD ORCAD_SCH_IMPORT_FIXTURE::m_plugin

Definition at line 207 of file test_orcad_sch_import.cpp.

Referenced by LoadOrcadSchematic().

◆ m_schematic

std::unique_ptr<SCHEMATIC> ORCAD_SCH_IMPORT_FIXTURE::m_schematic

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