|
KiCad PCB EDA Suite
|
#include <conn_islands.h>
Public Member Functions | |
| bool | operator== (const ITEM_GEOMETRY &) const =default |
Public Attributes | |
| KIID | id = niluuid |
| KICAD_T | type = TYPE_NOT_INIT |
| KIID | owner = niluuid |
| std::vector< PORT_FACT > | ports |
| std::optional< SEG > | segment |
| std::vector< PIN_GEOMETRY > | pins |
| std::vector< KIID > | jumperedWith |
Definition at line 36 of file conn_islands.h.
|
default |
Definition at line 38 of file conn_islands.h.
Referenced by SCH_CONNECTIVITY::BuildScreenIslands(), and SCH_CONNECTIVITY::GeometryOf().
| std::vector<KIID> SCH_CONNECTIVITY::ITEM_GEOMETRY::jumperedWith |
Definition at line 44 of file conn_islands.h.
Referenced by SCH_CONNECTIVITY::BuildScreenIslands(), and SCH_CONNECTIVITY::GeometryOf().
Definition at line 40 of file conn_islands.h.
Referenced by SCH_CONNECTIVITY::BuildScreenIslands(), and SCH_CONNECTIVITY::GeometryOf().
| std::vector<PIN_GEOMETRY> SCH_CONNECTIVITY::ITEM_GEOMETRY::pins |
Definition at line 43 of file conn_islands.h.
Referenced by SCH_CONNECTIVITY::BuildScreenIslands(), and SCH_CONNECTIVITY::GeometryOf().
| std::vector<PORT_FACT> SCH_CONNECTIVITY::ITEM_GEOMETRY::ports |
Definition at line 41 of file conn_islands.h.
Referenced by SCH_CONNECTIVITY::BuildScreenIslands(), and SCH_CONNECTIVITY::GeometryOf().
| std::optional<SEG> SCH_CONNECTIVITY::ITEM_GEOMETRY::segment |
Definition at line 42 of file conn_islands.h.
Referenced by SCH_CONNECTIVITY::BuildScreenIslands(), and SCH_CONNECTIVITY::GeometryOf().
| KICAD_T SCH_CONNECTIVITY::ITEM_GEOMETRY::type = TYPE_NOT_INIT |
Definition at line 39 of file conn_islands.h.
Referenced by SCH_CONNECTIVITY::BuildScreenIslands(), and SCH_CONNECTIVITY::GeometryOf().