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

Public Member Functions

def __init__ (self)
 
def defaults (self)
 
def GetName (self)
 
def GetCategoryName (self)
 
def GetDescription (self)
 
def GetShowToolbarButton (self)
 
def GetIconFileName (self, dark)
 
def Run (self)
 
- Public Member Functions inherited from pcbnew.KiCadPlugin
def __init__ (self)
 
def register (self)
 
def deregister (self)
 
def GetPluginPath (self)
 

Public Attributes

 icon_file_name
 
 dark_icon_file_name
 
 show_toolbar_button
 
 name
 
 category
 
 description
 

Detailed Description

Definition at line 4138 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.ActionPlugin.__init__ (   self)

Reimplemented from pcbnew.KiCadPlugin.

Definition at line 4139 of file pcbnew.py.

Member Function Documentation

◆ defaults()

def pcbnew.ActionPlugin.defaults (   self)

Definition at line 4146 of file pcbnew.py.

Here is the caller graph for this function:

◆ GetCategoryName()

def pcbnew.ActionPlugin.GetCategoryName (   self)

Definition at line 4154 of file pcbnew.py.

◆ GetDescription()

def pcbnew.ActionPlugin.GetDescription (   self)

Definition at line 4157 of file pcbnew.py.

Here is the caller graph for this function:

◆ GetIconFileName()

def pcbnew.ActionPlugin.GetIconFileName (   self,
  dark 
)

Definition at line 4163 of file pcbnew.py.

◆ GetName()

def pcbnew.ActionPlugin.GetName (   self)

Definition at line 4151 of file pcbnew.py.

Here is the caller graph for this function:

◆ GetShowToolbarButton()

def pcbnew.ActionPlugin.GetShowToolbarButton (   self)

Definition at line 4160 of file pcbnew.py.

◆ Run()

def pcbnew.ActionPlugin.Run (   self)

Definition at line 4169 of file pcbnew.py.

Member Data Documentation

◆ category

pcbnew.ActionPlugin.category

Definition at line 4148 of file pcbnew.py.

◆ dark_icon_file_name

pcbnew.ActionPlugin.dark_icon_file_name

Definition at line 4142 of file pcbnew.py.

◆ description

pcbnew.ActionPlugin.description

Definition at line 4149 of file pcbnew.py.

◆ icon_file_name

pcbnew.ActionPlugin.icon_file_name

Definition at line 4141 of file pcbnew.py.

◆ name

pcbnew.ActionPlugin.name

Definition at line 4147 of file pcbnew.py.

◆ show_toolbar_button

pcbnew.ActionPlugin.show_toolbar_button

Definition at line 4143 of file pcbnew.py.


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