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

One item or pin in one sheet instance. More...

#include <conn_keys.h>

Public Member Functions

bool operator== (const ITEM_KEY &) const =default
 

Public Attributes

KIID item = niluuid
 The item or pin KIID.
 
INST_ID inst = INVALID_ID
 The sheet instance that shows the item.
 

Detailed Description

One item or pin in one sheet instance.

A shared screen has one key for each item in each instance. The key holds no model pointer, so it stays valid after the editor deletes the item.

Definition at line 76 of file conn_keys.h.

Member Function Documentation

◆ operator==()

bool SCH_CONNECTIVITY::ITEM_KEY::operator== ( const ITEM_KEY & ) const
default

Member Data Documentation

◆ inst

◆ item


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