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

Public Member Functions

 __call__ (self, itemA, itemB)
 
 __init__ (self)
 

Properties

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

Detailed Description

Proxy of C++ FOOTPRINT::cmp_drawings class.

Definition at line 22208 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 22218 of file pcbnew.py.

Member Function Documentation

◆ __call__()

pcbnew.cmp_drawings.__call__ ( self,
itemA,
itemB )
__call__(cmp_drawings self, BOARD_ITEM itemA, BOARD_ITEM itemB) -> bool

Definition at line 22214 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 22211 of file pcbnew.py.


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