KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
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 4962 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.ActionPlugin.__init__ (   self)

Reimplemented from pcbnew.KiCadPlugin.

Definition at line 4963 of file pcbnew.py.

Member Function Documentation

◆ defaults()

def pcbnew.ActionPlugin.defaults (   self)

Definition at line 4970 of file pcbnew.py.

Here is the caller graph for this function:

◆ GetCategoryName()

def pcbnew.ActionPlugin.GetCategoryName (   self)

Definition at line 4978 of file pcbnew.py.

◆ GetDescription()

def pcbnew.ActionPlugin.GetDescription (   self)

Definition at line 4981 of file pcbnew.py.

Here is the caller graph for this function:

◆ GetIconFileName()

def pcbnew.ActionPlugin.GetIconFileName (   self,
  dark 
)

Definition at line 4987 of file pcbnew.py.

◆ GetName()

def pcbnew.ActionPlugin.GetName (   self)

Definition at line 4975 of file pcbnew.py.

Here is the caller graph for this function:

◆ GetShowToolbarButton()

def pcbnew.ActionPlugin.GetShowToolbarButton (   self)

Definition at line 4984 of file pcbnew.py.

◆ Run()

def pcbnew.ActionPlugin.Run (   self)

Definition at line 4993 of file pcbnew.py.

Member Data Documentation

◆ category

pcbnew.ActionPlugin.category

Definition at line 4972 of file pcbnew.py.

◆ dark_icon_file_name

pcbnew.ActionPlugin.dark_icon_file_name

Definition at line 4966 of file pcbnew.py.

◆ description

pcbnew.ActionPlugin.description

Definition at line 4973 of file pcbnew.py.

◆ icon_file_name

pcbnew.ActionPlugin.icon_file_name

Definition at line 4965 of file pcbnew.py.

◆ name

pcbnew.ActionPlugin.name

Definition at line 4971 of file pcbnew.py.

◆ show_toolbar_button

pcbnew.ActionPlugin.show_toolbar_button

Definition at line 4967 of file pcbnew.py.


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