KiCad PCB EDA Suite
|
Public Member Functions | |
TEST_SCH_SHEET_FIXTURE () | |
Dummy schematic to attach the test sheet to. | |
Public Attributes | |
SCHEMATIC | m_schematic |
SCH_SHEET | m_sheet |
Can use when you need a const ref (lots of places need fixing here) | |
const SCH_SHEET & | m_csheet |
Definition at line 39 of file test_sch_sheet.cpp.
|
inline |
Dummy schematic to attach the test sheet to.
Definition at line 42 of file test_sch_sheet.cpp.
const SCH_SHEET& TEST_SCH_SHEET_FIXTURE::m_csheet |
Definition at line 55 of file test_sch_sheet.cpp.
SCHEMATIC TEST_SCH_SHEET_FIXTURE::m_schematic |
Definition at line 50 of file test_sch_sheet.cpp.
SCH_SHEET TEST_SCH_SHEET_FIXTURE::m_sheet |
Can use when you need a const ref (lots of places need fixing here)
Definition at line 52 of file test_sch_sheet.cpp.