|
KiCad PCB EDA Suite
|
Public Member Functions | |
| EMPTY_LABEL_ERC_FIXTURE () | |
| void | AddWire () |
| int | RunCheck () |
| int | CountMarkers () |
Public Attributes | |
| SETTINGS_MANAGER | m_mgr |
| std::unique_ptr< SCHEMATIC > | m_schematic |
| SCH_SCREEN * | m_screen |
| SCH_SHEET * | m_sheet |
Definition at line 36 of file test_erc_empty_label.cpp.
|
inline |
Definition at line 38 of file test_erc_empty_label.cpp.
References m_mgr, m_schematic, m_screen, and m_sheet.
|
inline |
Definition at line 53 of file test_erc_empty_label.cpp.
References LAYER_WIRE, m_screen, and SCH_LINE::SetEndPoint().
|
inline |
Definition at line 66 of file test_erc_empty_label.cpp.
References ERCE_EMPTY_LABEL_NAME, RC_ITEM::GetErrorCode(), MARKER_BASE::GetRCItem(), m_screen, and SCH_MARKER_T.
|
inline |
Definition at line 60 of file test_erc_empty_label.cpp.
References m_schematic, and ERC_TESTER::TestEmptyLabelNames().
| SETTINGS_MANAGER EMPTY_LABEL_ERC_FIXTURE::m_mgr |
Definition at line 81 of file test_erc_empty_label.cpp.
Referenced by EMPTY_LABEL_ERC_FIXTURE().
| std::unique_ptr<SCHEMATIC> EMPTY_LABEL_ERC_FIXTURE::m_schematic |
Definition at line 82 of file test_erc_empty_label.cpp.
Referenced by EMPTY_LABEL_ERC_FIXTURE(), and RunCheck().
| SCH_SCREEN* EMPTY_LABEL_ERC_FIXTURE::m_screen |
Definition at line 83 of file test_erc_empty_label.cpp.
Referenced by AddWire(), CountMarkers(), and EMPTY_LABEL_ERC_FIXTURE().
| SCH_SHEET* EMPTY_LABEL_ERC_FIXTURE::m_sheet |
Definition at line 84 of file test_erc_empty_label.cpp.
Referenced by EMPTY_LABEL_ERC_FIXTURE().