KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
pcbnew.ITEM_FIELD_CACHE_KEY Class Reference
Inheritance diagram for pcbnew.ITEM_FIELD_CACHE_KEY:

Public Member Functions

 __eq__ (self, other)
 
 __init__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 A = property(_pcbnew.ITEM_FIELD_CACHE_KEY_A_get, _pcbnew.ITEM_FIELD_CACHE_KEY_A_set, doc=)
 
 FieldHash = property(_pcbnew.ITEM_FIELD_CACHE_KEY_FieldHash_get, _pcbnew.ITEM_FIELD_CACHE_KEY_FieldHash_set, doc=)
 

Detailed Description

Proxy of C++ ITEM_FIELD_CACHE_KEY class.

Definition at line 21615 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.ITEM_FIELD_CACHE_KEY.__init__ ( self)
__init__(ITEM_FIELD_CACHE_KEY self) -> ITEM_FIELD_CACHE_KEY

Definition at line 21627 of file pcbnew.py.

Member Function Documentation

◆ __eq__()

pcbnew.ITEM_FIELD_CACHE_KEY.__eq__ ( self,
other )
__eq__(ITEM_FIELD_CACHE_KEY self, ITEM_FIELD_CACHE_KEY other) -> bool

Definition at line 21623 of file pcbnew.py.

Property Documentation

◆ A

pcbnew.ITEM_FIELD_CACHE_KEY.A = property(_pcbnew.ITEM_FIELD_CACHE_KEY_A_get, _pcbnew.ITEM_FIELD_CACHE_KEY_A_set, doc=)
static

Definition at line 21620 of file pcbnew.py.

◆ FieldHash

pcbnew.ITEM_FIELD_CACHE_KEY.FieldHash = property(_pcbnew.ITEM_FIELD_CACHE_KEY_FieldHash_get, _pcbnew.ITEM_FIELD_CACHE_KEY_FieldHash_set, doc=)
static

Definition at line 21621 of file pcbnew.py.

◆ thisown

pcbnew.ITEM_FIELD_CACHE_KEY.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 21618 of file pcbnew.py.


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