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

Public Member Functions

def __init__ (self)
 

Static Public Member Functions

"void" register_action ("PyObject *" wizard)
 
"void" deregister_action ("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_ACTION_PLUGINS class.

Definition at line 18098 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 18114 of file pcbnew.py.

Member Function Documentation

◆ deregister_action()

"void" pcbnew.PYTHON_ACTION_PLUGINS.deregister_action ( "PyObject *"  wizard)
static
deregister_action(PyObject * wizard)

Definition at line 18110 of file pcbnew.py.

◆ register_action()

"void" pcbnew.PYTHON_ACTION_PLUGINS.register_action ( "PyObject *"  wizard)
static
register_action(PyObject * wizard)

Definition at line 18105 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 18101 of file pcbnew.py.


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