| 
    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.
References m_csheet, m_schematic, and m_sheet.
| const SCH_SHEET& TEST_SCH_SHEET_FIXTURE::m_csheet | 
Definition at line 55 of file test_sch_sheet.cpp.
Referenced by TEST_SCH_SHEET_FIXTURE().
| SCHEMATIC TEST_SCH_SHEET_FIXTURE::m_schematic | 
Definition at line 50 of file test_sch_sheet.cpp.
Referenced by TEST_SCH_SHEET_FIXTURE().
| 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.
Referenced by TEST_SCH_SHEET_FIXTURE().