KiCad PCB EDA Suite
Loading...
Searching...
No Matches
TEST_SCH_SHEET_PATH_FIXTURE Class Reference

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_SHEETm_sheets
 handy store of SCH_SHEET objects
 

Detailed Description

Definition at line 39 of file test_sch_sheet_path.cpp.

Constructor & Destructor Documentation

◆ TEST_SCH_SHEET_PATH_FIXTURE()

TEST_SCH_SHEET_PATH_FIXTURE::TEST_SCH_SHEET_PATH_FIXTURE ( )
inline

Definition at line 42 of file test_sch_sheet_path.cpp.

References m_linear, m_sheets, SCH_SHEET_PATH::push_back(), and SHEETNAME.

Member Data Documentation

◆ m_empty_path

SCH_SHEET_PATH TEST_SCH_SHEET_PATH_FIXTURE::m_empty_path

Definition at line 59 of file test_sch_sheet_path.cpp.

◆ m_linear

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 65 of file test_sch_sheet_path.cpp.

Referenced by TEST_SCH_SHEET_PATH_FIXTURE().

◆ m_sheets

std::vector<SCH_SHEET> TEST_SCH_SHEET_PATH_FIXTURE::m_sheets

handy store of SCH_SHEET objects

Definition at line 68 of file test_sch_sheet_path.cpp.

Referenced by TEST_SCH_SHEET_PATH_FIXTURE().


The documentation for this class was generated from the following file: