|
KiCad PCB EDA Suite
|
Public Member Functions | |
| SCH_DYNAMIC_FIXTURE () | |
| SCH_SYMBOL * | makeSymbol (const std::optional< wxString > &aFieldValue) |
Public Attributes | |
| SETTINGS_MANAGER | m_mgr |
| std::unique_ptr< SCHEMATIC > | m_schematic |
| SCH_SCREEN * | m_screen |
| SCH_SHEET * | m_sheet |
Definition at line 51 of file test_sch_dynamic_properties.cpp.
|
inline |
Definition at line 53 of file test_sch_dynamic_properties.cpp.
References m_mgr, m_schematic, m_screen, and m_sheet.
|
inline |
Definition at line 65 of file test_sch_dynamic_properties.cpp.
References SCH_SYMBOL::AddField(), SCH_SYMBOL::GetField(), m_screen, SCH_FIELD::SetText(), and USER.
| SETTINGS_MANAGER SCH_DYNAMIC_FIXTURE::m_mgr |
Definition at line 79 of file test_sch_dynamic_properties.cpp.
Referenced by SCH_DYNAMIC_FIXTURE().
| 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().
| 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().
| SCH_SHEET* SCH_DYNAMIC_FIXTURE::m_sheet |
Definition at line 82 of file test_sch_dynamic_properties.cpp.
Referenced by SCH_DYNAMIC_FIXTURE().