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

Public Member Functions

 __init__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 front = property(_pcbnew.FOOTPRINT_COURTYARD_CACHE_DATA_front_get, _pcbnew.FOOTPRINT_COURTYARD_CACHE_DATA_front_set, doc=)
 
 back = property(_pcbnew.FOOTPRINT_COURTYARD_CACHE_DATA_back_get, _pcbnew.FOOTPRINT_COURTYARD_CACHE_DATA_back_set, doc=)
 
 front_hash = property(_pcbnew.FOOTPRINT_COURTYARD_CACHE_DATA_front_hash_get, _pcbnew.FOOTPRINT_COURTYARD_CACHE_DATA_front_hash_set, doc=)
 
 back_hash = property(_pcbnew.FOOTPRINT_COURTYARD_CACHE_DATA_back_hash_get, _pcbnew.FOOTPRINT_COURTYARD_CACHE_DATA_back_hash_set, doc=)
 

Detailed Description

Proxy of C++ FOOTPRINT_COURTYARD_CACHE_DATA class.

Definition at line 22676 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 22686 of file pcbnew.py.

Property Documentation

◆ back

pcbnew.FOOTPRINT_COURTYARD_CACHE_DATA.back = property(_pcbnew.FOOTPRINT_COURTYARD_CACHE_DATA_back_get, _pcbnew.FOOTPRINT_COURTYARD_CACHE_DATA_back_set, doc=)
static

Definition at line 22682 of file pcbnew.py.

◆ back_hash

pcbnew.FOOTPRINT_COURTYARD_CACHE_DATA.back_hash = property(_pcbnew.FOOTPRINT_COURTYARD_CACHE_DATA_back_hash_get, _pcbnew.FOOTPRINT_COURTYARD_CACHE_DATA_back_hash_set, doc=)
static

Definition at line 22684 of file pcbnew.py.

◆ front

pcbnew.FOOTPRINT_COURTYARD_CACHE_DATA.front = property(_pcbnew.FOOTPRINT_COURTYARD_CACHE_DATA_front_get, _pcbnew.FOOTPRINT_COURTYARD_CACHE_DATA_front_set, doc=)
static

Definition at line 22681 of file pcbnew.py.

◆ front_hash

pcbnew.FOOTPRINT_COURTYARD_CACHE_DATA.front_hash = property(_pcbnew.FOOTPRINT_COURTYARD_CACHE_DATA_front_hash_get, _pcbnew.FOOTPRINT_COURTYARD_CACHE_DATA_front_hash_set, doc=)
static

Definition at line 22683 of file pcbnew.py.

◆ thisown

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

Definition at line 22679 of file pcbnew.py.


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