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

Public Member Functions

 __init__ (self, *args)
 
 Format (self, out)
 
 Parse (self, aSpec)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 m_Name = property(_pcbnew.TEMPLATE_FIELDNAME_m_Name_get, _pcbnew.TEMPLATE_FIELDNAME_m_Name_set, doc=)
 
 m_Visible = property(_pcbnew.TEMPLATE_FIELDNAME_m_Visible_get, _pcbnew.TEMPLATE_FIELDNAME_m_Visible_set, doc=)
 
 m_URL = property(_pcbnew.TEMPLATE_FIELDNAME_m_URL_get, _pcbnew.TEMPLATE_FIELDNAME_m_URL_set, doc=)
 

Detailed Description

Proxy of C++ TEMPLATE_FIELDNAME class.

Definition at line 17610 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.TEMPLATE_FIELDNAME.__init__ ( self,
* args )
    __init__(TEMPLATE_FIELDNAME self) -> TEMPLATE_FIELDNAME
    __init__(TEMPLATE_FIELDNAME self, wxString aName) -> TEMPLATE_FIELDNAME
    __init__(TEMPLATE_FIELDNAME self, TEMPLATE_FIELDNAME ref) -> TEMPLATE_FIELDNAME

Definition at line 17616 of file pcbnew.py.

Member Function Documentation

◆ Format()

pcbnew.TEMPLATE_FIELDNAME.Format ( self,
out )
Format(TEMPLATE_FIELDNAME self, OUTPUTFORMATTER out)

Definition at line 17624 of file pcbnew.py.

◆ Parse()

pcbnew.TEMPLATE_FIELDNAME.Parse ( self,
aSpec )
Parse(TEMPLATE_FIELDNAME self, TEMPLATE_FIELDNAMES_LEXER * aSpec)

Definition at line 17628 of file pcbnew.py.

Property Documentation

◆ m_Name

pcbnew.TEMPLATE_FIELDNAME.m_Name = property(_pcbnew.TEMPLATE_FIELDNAME_m_Name_get, _pcbnew.TEMPLATE_FIELDNAME_m_Name_set, doc=)
static

Definition at line 17631 of file pcbnew.py.

◆ m_URL

pcbnew.TEMPLATE_FIELDNAME.m_URL = property(_pcbnew.TEMPLATE_FIELDNAME_m_URL_get, _pcbnew.TEMPLATE_FIELDNAME_m_URL_set, doc=)
static

Definition at line 17633 of file pcbnew.py.

◆ m_Visible

pcbnew.TEMPLATE_FIELDNAME.m_Visible = property(_pcbnew.TEMPLATE_FIELDNAME_m_Visible_get, _pcbnew.TEMPLATE_FIELDNAME_m_Visible_set, doc=)
static

Definition at line 17632 of file pcbnew.py.

◆ thisown

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

Definition at line 17613 of file pcbnew.py.


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