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

Public Member Functions

 SCH_DYNAMIC_FIXTURE ()
 
SCH_SYMBOLmakeSymbol (const std::optional< wxString > &aFieldValue)
 

Public Attributes

SETTINGS_MANAGER m_mgr
 
std::unique_ptr< SCHEMATICm_schematic
 
SCH_SCREENm_screen
 
SCH_SHEETm_sheet
 

Detailed Description

Definition at line 51 of file test_sch_dynamic_properties.cpp.

Constructor & Destructor Documentation

◆ SCH_DYNAMIC_FIXTURE()

SCH_DYNAMIC_FIXTURE::SCH_DYNAMIC_FIXTURE ( )
inline

Definition at line 53 of file test_sch_dynamic_properties.cpp.

References m_mgr, m_schematic, m_screen, and m_sheet.

Member Function Documentation

◆ makeSymbol()

SCH_SYMBOL * SCH_DYNAMIC_FIXTURE::makeSymbol ( const std::optional< wxString > & aFieldValue)
inline

Member Data Documentation

◆ m_mgr

SETTINGS_MANAGER SCH_DYNAMIC_FIXTURE::m_mgr

Definition at line 79 of file test_sch_dynamic_properties.cpp.

Referenced by SCH_DYNAMIC_FIXTURE().

◆ m_schematic

std::unique_ptr<SCHEMATIC> SCH_DYNAMIC_FIXTURE::m_schematic

Definition at line 80 of file test_sch_dynamic_properties.cpp.

Referenced by SCH_DYNAMIC_FIXTURE().

◆ m_screen

SCH_SCREEN* SCH_DYNAMIC_FIXTURE::m_screen

Definition at line 81 of file test_sch_dynamic_properties.cpp.

Referenced by makeSymbol(), and SCH_DYNAMIC_FIXTURE().

◆ m_sheet

SCH_SHEET* SCH_DYNAMIC_FIXTURE::m_sheet

Definition at line 82 of file test_sch_dynamic_properties.cpp.

Referenced by SCH_DYNAMIC_FIXTURE().


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