KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
pcbnew.TEMPLATES Class Reference
Inheritance diagram for pcbnew.TEMPLATES:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self)
 
def Format (self, out, aGlobal)
 
def AddTemplateFieldName (self, aFieldName, aGlobal)
 
def AddTemplateFieldNames (self, aSerializedFieldNames)
 
def DeleteAllFieldNameTemplates (self, aGlobal)
 
def GetTemplateFieldNames (self, *args)
 
def GetFieldName (self, aName)
 

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++ TEMPLATES class.

Definition at line 17105 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.TEMPLATES.__init__ (   self)
__init__(TEMPLATES self) -> TEMPLATES

Definition at line 17111 of file pcbnew.py.

Member Function Documentation

◆ AddTemplateFieldName()

def pcbnew.TEMPLATES.AddTemplateFieldName (   self,
  aFieldName,
  aGlobal 
)
AddTemplateFieldName(TEMPLATES self, TEMPLATE_FIELDNAME aFieldName, bool aGlobal)

Definition at line 17119 of file pcbnew.py.

◆ AddTemplateFieldNames()

def pcbnew.TEMPLATES.AddTemplateFieldNames (   self,
  aSerializedFieldNames 
)
AddTemplateFieldNames(TEMPLATES self, wxString aSerializedFieldNames)

Definition at line 17123 of file pcbnew.py.

◆ DeleteAllFieldNameTemplates()

def pcbnew.TEMPLATES.DeleteAllFieldNameTemplates (   self,
  aGlobal 
)
DeleteAllFieldNameTemplates(TEMPLATES self, bool aGlobal)

Definition at line 17127 of file pcbnew.py.

◆ Format()

def pcbnew.TEMPLATES.Format (   self,
  out,
  aGlobal 
)
Format(TEMPLATES self, OUTPUTFORMATTER out, bool aGlobal)

Definition at line 17115 of file pcbnew.py.

◆ GetFieldName()

def pcbnew.TEMPLATES.GetFieldName (   self,
  aName 
)
GetFieldName(TEMPLATES self, wxString aName) -> TEMPLATE_FIELDNAME

Definition at line 17138 of file pcbnew.py.

◆ GetTemplateFieldNames()

def pcbnew.TEMPLATES.GetTemplateFieldNames (   self,
args 
)
    GetTemplateFieldNames(TEMPLATES self) -> TEMPLATE_FIELDNAMES const
    GetTemplateFieldNames(TEMPLATES self, bool aGlobal) -> TEMPLATE_FIELDNAMES const &

Definition at line 17131 of file pcbnew.py.

Here is the caller graph for this function:

Property Documentation

◆ thisown

property pcbnew.TEMPLATES.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 17108 of file pcbnew.py.


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