KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
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

def register_action (wizard)
 
def deregister_action (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_ACTION_PLUGINS class.

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

Member Function Documentation

◆ deregister_action()

def pcbnew.PYTHON_ACTION_PLUGINS.deregister_action (   wizard)
static
deregister_action(PyObject * wizard)

Definition at line 19449 of file pcbnew.py.

◆ register_action()

def pcbnew.PYTHON_ACTION_PLUGINS.register_action (   wizard)
static
register_action(PyObject * wizard)

Definition at line 19444 of file pcbnew.py.

Property Documentation

◆ thisown

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


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