|
property | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Proxy of C++ TEMPLATES class.
Definition at line 17284 of file pcbnew.py.
◆ __init__()
def pcbnew.TEMPLATES.__init__ |
( |
|
self | ) |
|
__init__(TEMPLATES self) -> TEMPLATES
Definition at line 17290 of file pcbnew.py.
◆ AddTemplateFieldName()
def pcbnew.TEMPLATES.AddTemplateFieldName |
( |
|
self, |
|
|
|
aFieldName, |
|
|
|
aGlobal |
|
) |
| |
AddTemplateFieldName(TEMPLATES self, TEMPLATE_FIELDNAME aFieldName, bool aGlobal)
Definition at line 17298 of file pcbnew.py.
◆ AddTemplateFieldNames()
def pcbnew.TEMPLATES.AddTemplateFieldNames |
( |
|
self, |
|
|
|
aSerializedFieldNames |
|
) |
| |
AddTemplateFieldNames(TEMPLATES self, wxString aSerializedFieldNames)
Definition at line 17302 of file pcbnew.py.
◆ DeleteAllFieldNameTemplates()
def pcbnew.TEMPLATES.DeleteAllFieldNameTemplates |
( |
|
self, |
|
|
|
aGlobal |
|
) |
| |
DeleteAllFieldNameTemplates(TEMPLATES self, bool aGlobal)
Definition at line 17306 of file pcbnew.py.
◆ Format()
def pcbnew.TEMPLATES.Format |
( |
|
self, |
|
|
|
out, |
|
|
|
aGlobal |
|
) |
| |
Format(TEMPLATES self, OUTPUTFORMATTER out, bool aGlobal)
Definition at line 17294 of file pcbnew.py.
◆ GetFieldName()
def pcbnew.TEMPLATES.GetFieldName |
( |
|
self, |
|
|
|
aName |
|
) |
| |
GetFieldName(TEMPLATES self, wxString aName) -> TEMPLATE_FIELDNAME
Definition at line 17317 of file pcbnew.py.
◆ GetTemplateFieldNames()
def 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 17310 of file pcbnew.py.
◆ thisown
property pcbnew.TEMPLATES.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: