|
KiCad PCB EDA Suite
|
Public Member Functions | |
| CROSS_PROBE_SELECTION_FIXTURE () | |
| KIID_PATH | SchematicPath (const KIID &aRoot, const wxString &aSheet) const |
| Build the sheet path the schematic editor cross-probes with when a sheet is clicked. | |
| std::size_t | CountOnSheet (const KIID_PATH &aSheetPath) const |
| std::vector< BOARD_ITEM * > | Resolve (const SyncSelection &aRequest) const |
Public Attributes | |
| SETTINGS_MANAGER | m_settingsManager |
| std::unique_ptr< BOARD > | m_board |
Definition at line 47 of file test_cross_probe_selection.cpp.
|
inline |
Definition at line 49 of file test_cross_probe_selection.cpp.
References KI_TEST::LoadBoard(), m_board, and m_settingsManager.
|
inline |
Definition at line 64 of file test_cross_probe_selection.cpp.
References m_board.
|
inline |
Definition at line 74 of file test_cross_probe_selection.cpp.
References kiapi::board::FindItemsFromSyncSelection(), and m_board.
|
inline |
Build the sheet path the schematic editor cross-probes with when a sheet is clicked.
Definition at line 55 of file test_cross_probe_selection.cpp.
References path.
| std::unique_ptr<BOARD> CROSS_PROBE_SELECTION_FIXTURE::m_board |
Definition at line 80 of file test_cross_probe_selection.cpp.
Referenced by CountOnSheet(), CROSS_PROBE_SELECTION_FIXTURE(), and Resolve().
| SETTINGS_MANAGER CROSS_PROBE_SELECTION_FIXTURE::m_settingsManager |
Definition at line 79 of file test_cross_probe_selection.cpp.
Referenced by CROSS_PROBE_SELECTION_FIXTURE().