KiCad PCB EDA Suite
|
Public Member Functions | |
TEST_SCH_SHEET_PATH_FIXTURE () | |
Public Attributes | |
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 43 of file test_sch_sheet_path.cpp.
|
inline |
Definition at line 46 of file test_sch_sheet_path.cpp.
References m_linear, m_sheets, SCH_SHEET_PATH::push_back(), and SHEETNAME.
SCH_SHEET_PATH TEST_SCH_SHEET_PATH_FIXTURE::m_empty_path |
Definition at line 63 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 69 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 72 of file test_sch_sheet_path.cpp.
Referenced by TEST_SCH_SHEET_PATH_FIXTURE().