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

Public Member Functions

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

Properties

 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 17638 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 17644 of file pcbnew.py.

Member Function Documentation

◆ AddTemplateFieldName()

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

Definition at line 17652 of file pcbnew.py.

◆ AddTemplateFieldNames()

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

Definition at line 17656 of file pcbnew.py.

◆ DeleteAllFieldNameTemplates()

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

Definition at line 17660 of file pcbnew.py.

◆ Format()

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

Definition at line 17648 of file pcbnew.py.

◆ GetFieldName()

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

Definition at line 17671 of file pcbnew.py.

◆ GetTemplateFieldNames()

pcbnew.TEMPLATES.GetTemplateFieldNames ( self,
* args )
    GetTemplateFieldNames(TEMPLATES self) -> std::vector< TEMPLATE_FIELDNAME,std::allocator< TEMPLATE_FIELDNAME > > const
    GetTemplateFieldNames(TEMPLATES self, bool aGlobal) -> std::vector< TEMPLATE_FIELDNAME,std::allocator< TEMPLATE_FIELDNAME > > const &

Definition at line 17664 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 17641 of file pcbnew.py.


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