KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
pcbnew.PTR_PTR_LAYER_CACHE_KEY Class Reference
Inheritance diagram for pcbnew.PTR_PTR_LAYER_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.PTR_PTR_LAYER_CACHE_KEY_A_get, _pcbnew.PTR_PTR_LAYER_CACHE_KEY_A_set, doc=)
 
 B = property(_pcbnew.PTR_PTR_LAYER_CACHE_KEY_B_get, _pcbnew.PTR_PTR_LAYER_CACHE_KEY_B_set, doc=)
 
 Layer = property(_pcbnew.PTR_PTR_LAYER_CACHE_KEY_Layer_get, _pcbnew.PTR_PTR_LAYER_CACHE_KEY_Layer_set, doc=)
 

Detailed Description

Proxy of C++ PTR_PTR_LAYER_CACHE_KEY class.

Definition at line 20294 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 20307 of file pcbnew.py.

Member Function Documentation

◆ __eq__()

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

Definition at line 20303 of file pcbnew.py.

Property Documentation

◆ A

pcbnew.PTR_PTR_LAYER_CACHE_KEY.A = property(_pcbnew.PTR_PTR_LAYER_CACHE_KEY_A_get, _pcbnew.PTR_PTR_LAYER_CACHE_KEY_A_set, doc=)
static

Definition at line 20299 of file pcbnew.py.

◆ B

pcbnew.PTR_PTR_LAYER_CACHE_KEY.B = property(_pcbnew.PTR_PTR_LAYER_CACHE_KEY_B_get, _pcbnew.PTR_PTR_LAYER_CACHE_KEY_B_set, doc=)
static

Definition at line 20300 of file pcbnew.py.

◆ Layer

pcbnew.PTR_PTR_LAYER_CACHE_KEY.Layer = property(_pcbnew.PTR_PTR_LAYER_CACHE_KEY_Layer_get, _pcbnew.PTR_PTR_LAYER_CACHE_KEY_Layer_set, doc=)
static

Definition at line 20301 of file pcbnew.py.

◆ thisown

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

Definition at line 20297 of file pcbnew.py.


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