| 
    KiCad PCB EDA Suite
    
   | 
 
Public Member Functions | |
| TEST_SCH_SHEET_PATH_FIXTURE () | |
Public Attributes | |
| SCHEMATIC | m_schematic | 
| SCH_SHEET_PATH | m_empty_path | 
| SCH_SHEET_PATH | m_linear | 
| We look at sheet 2 in the hierarchy: Sheets: 0 -> 1 -> 2.   | |
| std::vector< SCH_SHEET > | m_sheets | 
| handy store of SCH_SHEET objects   | |
Definition at line 44 of file test_sch_sheet_path.cpp.
      
  | 
  inline | 
Definition at line 47 of file test_sch_sheet_path.cpp.
References m_linear, m_schematic, m_sheets, and SHEET_NAME.
| SCH_SHEET_PATH TEST_SCH_SHEET_PATH_FIXTURE::m_empty_path | 
Definition at line 66 of file test_sch_sheet_path.cpp.
| SCH_SHEET_PATH TEST_SCH_SHEET_PATH_FIXTURE::m_linear | 
We look at sheet 2 in the hierarchy: Sheets: 0 -> 1 -> 2.
Definition at line 72 of file test_sch_sheet_path.cpp.
Referenced by TEST_SCH_SHEET_PATH_FIXTURE().
| SCHEMATIC TEST_SCH_SHEET_PATH_FIXTURE::m_schematic | 
Definition at line 65 of file test_sch_sheet_path.cpp.
Referenced by TEST_SCH_SHEET_PATH_FIXTURE().
| std::vector<SCH_SHEET> TEST_SCH_SHEET_PATH_FIXTURE::m_sheets | 
handy store of SCH_SHEET objects
Definition at line 75 of file test_sch_sheet_path.cpp.
Referenced by TEST_SCH_SHEET_PATH_FIXTURE().