|
KiCad PCB EDA Suite
|
Public Member Functions | |
| SCH_APPLIER_FIXTURE () | |
Public Attributes | |
| SETTINGS_MANAGER | m_sa |
| SETTINGS_MANAGER | m_so |
| SETTINGS_MANAGER | m_st |
| std::unique_ptr< SCHEMATIC > | m_ancestor |
| std::unique_ptr< SCHEMATIC > | m_ours |
| std::unique_ptr< SCHEMATIC > | m_theirs |
Definition at line 42 of file test_sch_merge_applier.cpp.
|
inline |
Definition at line 44 of file test_sch_merge_applier.cpp.
References BOOST_REQUIRE(), KI_TEST::LoadSchematic(), m_ancestor, m_ours, m_sa, m_so, m_st, and m_theirs.
| std::unique_ptr<SCHEMATIC> SCH_APPLIER_FIXTURE::m_ancestor |
Definition at line 55 of file test_sch_merge_applier.cpp.
Referenced by SCH_APPLIER_FIXTURE().
| std::unique_ptr<SCHEMATIC> SCH_APPLIER_FIXTURE::m_ours |
Definition at line 56 of file test_sch_merge_applier.cpp.
Referenced by SCH_APPLIER_FIXTURE().
| SETTINGS_MANAGER SCH_APPLIER_FIXTURE::m_sa |
Definition at line 54 of file test_sch_merge_applier.cpp.
Referenced by SCH_APPLIER_FIXTURE().
| SETTINGS_MANAGER SCH_APPLIER_FIXTURE::m_so |
Definition at line 54 of file test_sch_merge_applier.cpp.
Referenced by SCH_APPLIER_FIXTURE().
| SETTINGS_MANAGER SCH_APPLIER_FIXTURE::m_st |
Definition at line 54 of file test_sch_merge_applier.cpp.
Referenced by SCH_APPLIER_FIXTURE().
| std::unique_ptr<SCHEMATIC> SCH_APPLIER_FIXTURE::m_theirs |
Definition at line 57 of file test_sch_merge_applier.cpp.
Referenced by SCH_APPLIER_FIXTURE().