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

Public Member Functions

 GEDA_SCH_IMPORT_FIXTURE ()
 
 ~GEDA_SCH_IMPORT_FIXTURE ()
 
SCH_SHEETLoadGedaSchematic (const std::string &aRelPath)
 
SCH_SHEETLoadGedaSchematicWithProperties (const std::string &aRelPath, const std::map< std::string, UTF8 > &aProps)
 

Public Attributes

SCH_IO_GEDA m_plugin
 
std::unique_ptr< SCHEMATICm_schematic
 
SETTINGS_MANAGER m_manager
 

Detailed Description

Definition at line 50 of file test_geda_sch_import.cpp.

Constructor & Destructor Documentation

◆ GEDA_SCH_IMPORT_FIXTURE()

GEDA_SCH_IMPORT_FIXTURE::GEDA_SCH_IMPORT_FIXTURE ( )
inline

Definition at line 52 of file test_geda_sch_import.cpp.

References m_manager, and m_schematic.

◆ ~GEDA_SCH_IMPORT_FIXTURE()

GEDA_SCH_IMPORT_FIXTURE::~GEDA_SCH_IMPORT_FIXTURE ( )
inline

Definition at line 61 of file test_geda_sch_import.cpp.

References m_schematic.

Member Function Documentation

◆ LoadGedaSchematic()

SCH_SHEET * GEDA_SCH_IMPORT_FIXTURE::LoadGedaSchematic ( const std::string & aRelPath)
inline

Definition at line 66 of file test_geda_sch_import.cpp.

References KI_TEST::GetEeschemaTestDataDir(), m_plugin, and m_schematic.

◆ LoadGedaSchematicWithProperties()

SCH_SHEET * GEDA_SCH_IMPORT_FIXTURE::LoadGedaSchematicWithProperties ( const std::string & aRelPath,
const std::map< std::string, UTF8 > & aProps )
inline

Definition at line 72 of file test_geda_sch_import.cpp.

References KI_TEST::GetEeschemaTestDataDir(), m_plugin, and m_schematic.

Member Data Documentation

◆ m_manager

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

◆ m_plugin

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

◆ m_schematic

std::unique_ptr<SCHEMATIC> GEDA_SCH_IMPORT_FIXTURE::m_schematic

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