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

Public Member Functions

 __init__ (self)
 

Static Public Member Functions

 register_action (wizard)
 
 deregister_action (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 22481 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 22497 of file pcbnew.py.

Member Function Documentation

◆ deregister_action()

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

Definition at line 22493 of file pcbnew.py.

◆ register_action()

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

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


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