KiCad PCB EDA Suite
|
Public Member Functions | |
TEST_SCH_GROUP_FIXTURE () | |
~TEST_SCH_GROUP_FIXTURE () | |
void | CreateTestSchematic () |
wxFileName | GetSchematicPath (const wxString &aRelativePath) override |
void | CreateGroup () |
Public Attributes | |
SCH_SCREEN * | m_screen |
SCH_SHEET * | m_sheet |
LIB_SYMBOL * | m_parent_part |
SCH_PIN * | m_lib_pin |
SCH_SYMBOL * | m_parent_symbol |
SCH_PIN * | m_sch_pin |
Protected Member Functions | |
virtual void | LoadSchematic (const wxString &aRelativePath) |
Protected Attributes | |
std::unique_ptr< SCHEMATIC > | m_schematic |
IO_RELEASER< SCH_IO > | m_pi |
SETTINGS_MANAGER | m_manager |
Definition at line 45 of file test_sch_group.cpp.
|
inline |
Definition at line 48 of file test_sch_group.cpp.
|
inline |
Definition at line 54 of file test_sch_group.cpp.
|
inline |
Definition at line 111 of file test_sch_group.cpp.
References group, m_parent_symbol, and m_screen.
|
inline |
Definition at line 56 of file test_sch_group.cpp.
References m_lib_pin, KI_TEST::SCHEMATIC_TEST_FIXTURE::m_manager, m_parent_part, m_parent_symbol, m_sch_pin, KI_TEST::SCHEMATIC_TEST_FIXTURE::m_schematic, m_screen, m_sheet, path, and PT_INPUT.
|
inlineoverridevirtual |
Reimplemented from KI_TEST::SCHEMATIC_TEST_FIXTURE.
Definition at line 91 of file test_sch_group.cpp.
References KI_TEST::GetEeschemaTestDataDir(), FILEEXT::KiCadSchematicFileExtension, and path.
|
protectedvirtualinherited |
Definition at line 54 of file eeschema_test_utils.cpp.
References GetSchematicPath().
Referenced by TEST_SCH_REFERENCE_LIST_FIXTURE::loadTestCase().
SCH_PIN* TEST_SCH_GROUP_FIXTURE::m_lib_pin |
Definition at line 106 of file test_sch_group.cpp.
Referenced by CreateTestSchematic().
|
protectedinherited |
Definition at line 62 of file eeschema_test_utils.h.
Referenced by TEST_SCH_GROUP_FIXTURE::CreateTestSchematic(), and SCHEMATIC_TEST_FIXTURE().
LIB_SYMBOL* TEST_SCH_GROUP_FIXTURE::m_parent_part |
Definition at line 105 of file test_sch_group.cpp.
Referenced by CreateTestSchematic().
SCH_SYMBOL* TEST_SCH_GROUP_FIXTURE::m_parent_symbol |
Definition at line 108 of file test_sch_group.cpp.
Referenced by CreateGroup(), and CreateTestSchematic().
|
protectedinherited |
Definition at line 61 of file eeschema_test_utils.h.
Referenced by SCHEMATIC_TEST_FIXTURE().
SCH_PIN* TEST_SCH_GROUP_FIXTURE::m_sch_pin |
Definition at line 109 of file test_sch_group.cpp.
Referenced by CreateTestSchematic().
|
protectedinherited |
Definition at line 60 of file eeschema_test_utils.h.
Referenced by TEST_NETLIST_EXPORTER_FIXTURE< Exporter >::Cleanup(), TEST_SCH_GROUP_FIXTURE::CreateTestSchematic(), TEST_SCH_REFERENCE_LIST_FIXTURE::getAdditionalRefs(), TEST_NETLIST_EXPORTER_FIXTURE< Exporter >::GetNetlistPath(), TEST_SCH_REFERENCE_LIST_FIXTURE::getSymbolByKIID(), SCHEMATIC_TEST_FIXTURE(), TEST_SCH_REFERENCE_LIST_UNITS_FIXTURE::setupRefDesTracker(), and TEST_NETLIST_EXPORTER_FIXTURE< Exporter >::WriteNetlist().
SCH_SCREEN* TEST_SCH_GROUP_FIXTURE::m_screen |
Definition at line 101 of file test_sch_group.cpp.
Referenced by CreateGroup(), and CreateTestSchematic().
SCH_SHEET* TEST_SCH_GROUP_FIXTURE::m_sheet |
Definition at line 103 of file test_sch_group.cpp.
Referenced by CreateTestSchematic().