|
KiCad PCB EDA Suite
|
#include <qa_utils/wx_utils/unit_test_utils.h>#include <board.h>#include <footprint.h>#include <pcb_field.h>#include <pcb_group.h>#include <pcb_shape.h>#include <tools/pcb_selection_tool.h>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (LockedFieldDoesNotPinFootprint) | |
| BOOST_AUTO_TEST_CASE (LockedGraphicDoesNotPinFootprint) | |
| BOOST_AUTO_TEST_CASE (LockedMemberPinsGroup) | |
| BOOST_AUTO_TEST_CASE (LockedFootprintPinsGroup) | |
| BOOST_AUTO_TEST_CASE (LockedFieldDoesNotPinGroupHoldingFootprint) | |
| BOOST_AUTO_TEST_CASE | ( | LockedFieldDoesNotPinFootprint | ) |
Definition at line 39 of file test_issue24901.cpp.
References BOOST_AUTO_TEST_CASE(), FOOTPRINT, PCB_SELECTION_TOOL::HasLockedDescendant(), BOARD_ITEM::IsLocked(), FOOTPRINT::IsLocked(), FOOTPRINT::Reference(), and BOARD_ITEM::SetLocked().
| BOOST_AUTO_TEST_CASE | ( | LockedFieldDoesNotPinGroupHoldingFootprint | ) |
Definition at line 101 of file test_issue24901.cpp.
References FOOTPRINT, group, PCB_SELECTION_TOOL::HasLockedDescendant(), FOOTPRINT::Reference(), and BOARD_ITEM::SetLocked().
| BOOST_AUTO_TEST_CASE | ( | LockedFootprintPinsGroup | ) |
Definition at line 85 of file test_issue24901.cpp.
References FOOTPRINT, group, PCB_SELECTION_TOOL::HasLockedDescendant(), and FOOTPRINT::SetLocked().
| BOOST_AUTO_TEST_CASE | ( | LockedGraphicDoesNotPinFootprint | ) |
Definition at line 54 of file test_issue24901.cpp.
References FOOTPRINT::Add(), FOOTPRINT, PCB_SELECTION_TOOL::HasLockedDescendant(), SEGMENT, and BOARD_ITEM::SetLocked().
| BOOST_AUTO_TEST_CASE | ( | LockedMemberPinsGroup | ) |
Definition at line 69 of file test_issue24901.cpp.
References group, PCB_SELECTION_TOOL::HasLockedDescendant(), SEGMENT, and BOARD_ITEM::SetLocked().