KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
pcbnew.PTR_PTR_CACHE_KEY Class Reference
Inheritance diagram for pcbnew.PTR_PTR_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_PTR_CACHE_KEY_A_get, _pcbnew.PTR_PTR_CACHE_KEY_A_set, doc=)
 
 B = property(_pcbnew.PTR_PTR_CACHE_KEY_B_get, _pcbnew.PTR_PTR_CACHE_KEY_B_set, doc=)
 

Detailed Description

Proxy of C++ PTR_PTR_CACHE_KEY class.

Definition at line 17689 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 17701 of file pcbnew.py.

Member Function Documentation

◆ __eq__()

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

Definition at line 17697 of file pcbnew.py.

Property Documentation

◆ A

pcbnew.PTR_PTR_CACHE_KEY.A = property(_pcbnew.PTR_PTR_CACHE_KEY_A_get, _pcbnew.PTR_PTR_CACHE_KEY_A_set, doc=)
static

Definition at line 17694 of file pcbnew.py.

◆ B

pcbnew.PTR_PTR_CACHE_KEY.B = property(_pcbnew.PTR_PTR_CACHE_KEY_B_get, _pcbnew.PTR_PTR_CACHE_KEY_B_set, doc=)
static

Definition at line 17695 of file pcbnew.py.

◆ thisown

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

Definition at line 17692 of file pcbnew.py.


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