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

Public Member Functions

 __init__ (self)
 

Static Public Member Functions

 register_wizard (wizard)
 
 deregister_wizard (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 22458 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 22474 of file pcbnew.py.

Member Function Documentation

◆ deregister_wizard()

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

Definition at line 22470 of file pcbnew.py.

◆ register_wizard()

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

Definition at line 22465 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 22461 of file pcbnew.py.


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