KiCad PCB EDA Suite
|
#include <sch_item.h>
Static Public Member Functions | |
static std::vector< DANGLING_END_ITEM >::iterator | get_lower_pos (std::vector< DANGLING_END_ITEM > &aItemListByPos, const VECTOR2I &aPos) |
static std::vector< DANGLING_END_ITEM >::iterator | get_lower_type (std::vector< DANGLING_END_ITEM > &aItemListByType, const DANGLING_END_T &aType) |
static void | sort_dangling_end_items (std::vector< DANGLING_END_ITEM > &aItemListByType, std::vector< DANGLING_END_ITEM > &aItemListByPos) |
Both contain the same information. | |
Definition at line 141 of file sch_item.h.
|
static |
Definition at line 594 of file sch_item.cpp.
References lessYX(), and PIN_END.
Referenced by SCH_LABEL_BASE::UpdateDanglingState(), SCH_LINE::UpdateDanglingState(), and SCH_SYMBOL::UpdateDanglingState().
|
static |
Definition at line 605 of file sch_item.cpp.
References lessType().
Referenced by SCH_LABEL_BASE::UpdateDanglingState().
|
static |
Both contain the same information.
Definition at line 615 of file sch_item.cpp.
References lessType(), and lessYX().
Referenced by PANEL_EESCHEMA_COLOR_SETTINGS::createPreviewItems(), SCH_MOVE_TOOL::doMoveSelection(), SCH_LINE_WIRE_BUS_TOOL::doUnfoldBus(), and SCH_SCREEN::TestDanglingEnds().