KiCad Pcbnew Python Scripting
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

"void" register_wizard ("PyObject *" wizard)
 
"void" deregister_wizard ("PyObject *" wizard)
 

Properties

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

Member Function Documentation

◆ deregister_wizard()

"void" pcbnew.PYTHON_FOOTPRINT_WIZARD_LIST.deregister_wizard ( "PyObject *"  wizard)
static
deregister_wizard(PyObject * wizard)

Definition at line 18078 of file pcbnew.py.

◆ register_wizard()

"void" pcbnew.PYTHON_FOOTPRINT_WIZARD_LIST.register_wizard ( "PyObject *"  wizard)
static
register_wizard(PyObject * wizard)

Definition at line 18073 of file pcbnew.py.

Property Documentation

◆ thisown

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


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