|
KiCad PCB EDA Suite
|
Public Member Functions | |
| GROUP_ANNOTATION_FIXTURE () | |
| ~GROUP_ANNOTATION_FIXTURE () | |
Public Attributes | |
| SETTINGS_MANAGER | m_settingsManager |
| std::unique_ptr< SCHEMATIC > | m_schematic |
| PROJECT * | m_project |
| std::vector< wxString > | m_tempFiles |
Definition at line 51 of file test_issue22620_group_annotation.cpp.
|
inline |
Definition at line 53 of file test_issue22620_group_annotation.cpp.
References m_project, m_schematic, m_settingsManager, and m_tempFiles.
|
inline |
Definition at line 67 of file test_issue22620_group_annotation.cpp.
References m_schematic, and m_tempFiles.
| PROJECT* GROUP_ANNOTATION_FIXTURE::m_project |
Definition at line 80 of file test_issue22620_group_annotation.cpp.
Referenced by GROUP_ANNOTATION_FIXTURE().
| std::unique_ptr<SCHEMATIC> GROUP_ANNOTATION_FIXTURE::m_schematic |
Definition at line 79 of file test_issue22620_group_annotation.cpp.
Referenced by GROUP_ANNOTATION_FIXTURE(), and ~GROUP_ANNOTATION_FIXTURE().
| SETTINGS_MANAGER GROUP_ANNOTATION_FIXTURE::m_settingsManager |
Definition at line 78 of file test_issue22620_group_annotation.cpp.
Referenced by GROUP_ANNOTATION_FIXTURE().
| std::vector<wxString> GROUP_ANNOTATION_FIXTURE::m_tempFiles |
Definition at line 81 of file test_issue22620_group_annotation.cpp.
Referenced by GROUP_ANNOTATION_FIXTURE(), and ~GROUP_ANNOTATION_FIXTURE().