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

Public Member Functions

def __init__ (self)
 
def register (self)
 
def deregister (self)
 
def GetPluginPath (self)
 

Detailed Description

Definition at line 3757 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.KiCadPlugin.__init__ (   self)

Member Function Documentation

◆ deregister()

def pcbnew.KiCadPlugin.deregister (   self)

Definition at line 3786 of file pcbnew.py.

◆ GetPluginPath()

def pcbnew.KiCadPlugin.GetPluginPath (   self)

Definition at line 3800 of file pcbnew.py.

◆ register()

def pcbnew.KiCadPlugin.register (   self)

Definition at line 3761 of file pcbnew.py.


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