KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
pcbnew.PTR_LAYER_CACHE_KEY Class Reference
Inheritance diagram for pcbnew.PTR_LAYER_CACHE_KEY:
Inheritance graph
[legend]

Public Member Functions

def __eq__ (self, other)
 
def __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_LAYER_CACHE_KEY_A_get, _pcbnew.PTR_LAYER_CACHE_KEY_A_set, doc=)
 
 Layer = property(_pcbnew.PTR_LAYER_CACHE_KEY_Layer_get, _pcbnew.PTR_LAYER_CACHE_KEY_Layer_set, doc=)
 

Detailed Description

Proxy of C++ PTR_LAYER_CACHE_KEY class.

Definition at line 17709 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.PTR_LAYER_CACHE_KEY.__init__ (   self)
__init__(PTR_LAYER_CACHE_KEY self) -> PTR_LAYER_CACHE_KEY

Definition at line 17721 of file pcbnew.py.

Member Function Documentation

◆ __eq__()

def pcbnew.PTR_LAYER_CACHE_KEY.__eq__ (   self,
  other 
)
__eq__(PTR_LAYER_CACHE_KEY self, PTR_LAYER_CACHE_KEY other) -> bool

Definition at line 17717 of file pcbnew.py.

Property Documentation

◆ A

pcbnew.PTR_LAYER_CACHE_KEY.A = property(_pcbnew.PTR_LAYER_CACHE_KEY_A_get, _pcbnew.PTR_LAYER_CACHE_KEY_A_set, doc=)
static

Definition at line 17714 of file pcbnew.py.

◆ Layer

pcbnew.PTR_LAYER_CACHE_KEY.Layer = property(_pcbnew.PTR_LAYER_CACHE_KEY_Layer_get, _pcbnew.PTR_LAYER_CACHE_KEY_Layer_set, doc=)
static

Definition at line 17715 of file pcbnew.py.

◆ thisown

pcbnew.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 17712 of file pcbnew.py.


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