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

Public Member Functions

def __init__ (self)
 

Static Public Member Functions

def register_wizard (wizard)
 
def deregister_wizard (wizard)
 

Properties

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

Detailed Description

Proxy of C++ PYTHON_FOOTPRINT_WIZARD_LIST class.

Definition at line 19249 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 19265 of file pcbnew.py.

Member Function Documentation

◆ deregister_wizard()

def pcbnew.PYTHON_FOOTPRINT_WIZARD_LIST.deregister_wizard (   wizard)
static
deregister_wizard(PyObject * wizard)

Definition at line 19261 of file pcbnew.py.

◆ register_wizard()

def pcbnew.PYTHON_FOOTPRINT_WIZARD_LIST.register_wizard (   wizard)
static
register_wizard(PyObject * wizard)

Definition at line 19256 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 19252 of file pcbnew.py.


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