KiCad PCB EDA Suite
Loading...
Searching...
No Matches
SCH_CONNECTIVITY::NAMED_ITEM Struct Reference

A label or a power pin with its resolved net name. More...

#include <conn_engine.h>

Public Attributes

KIID_PATH sheet
 
KIID item
 
VECTOR2I position
 
wxString name
 
KICAD_T type = TYPE_NOT_INIT
 
bool global = false
 

Detailed Description

A label or a power pin with its resolved net name.

ERC compares these names to find similar names, and local names that match global names.

Definition at line 231 of file conn_engine.h.

Member Data Documentation

◆ global

bool SCH_CONNECTIVITY::NAMED_ITEM::global = false

Definition at line 238 of file conn_engine.h.

◆ item

KIID SCH_CONNECTIVITY::NAMED_ITEM::item

Definition at line 234 of file conn_engine.h.

◆ name

wxString SCH_CONNECTIVITY::NAMED_ITEM::name

Definition at line 236 of file conn_engine.h.

Referenced by ERC_TESTER::TestSimilarLabels().

◆ position

VECTOR2I SCH_CONNECTIVITY::NAMED_ITEM::position

Definition at line 235 of file conn_engine.h.

◆ sheet

KIID_PATH SCH_CONNECTIVITY::NAMED_ITEM::sheet

Definition at line 233 of file conn_engine.h.

Referenced by ERC_TESTER::TestSimilarLabels().

◆ type

KICAD_T SCH_CONNECTIVITY::NAMED_ITEM::type = TYPE_NOT_INIT

Definition at line 237 of file conn_engine.h.

Referenced by ERC_TESTER::TestSimilarLabels().


The documentation for this struct was generated from the following file: