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

Public Member Functions

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

Properties

property thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
property m_Name = property(_pcbnew.TEMPLATE_FIELDNAME_m_Name_get, _pcbnew.TEMPLATE_FIELDNAME_m_Name_set, doc=)
 
property m_Visible = property(_pcbnew.TEMPLATE_FIELDNAME_m_Visible_get, _pcbnew.TEMPLATE_FIELDNAME_m_Visible_set, doc=)
 
property 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 17077 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Here is the caller graph for this function:

Member Function Documentation

◆ Format()

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

Definition at line 17091 of file pcbnew.py.

◆ Parse()

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

Definition at line 17095 of file pcbnew.py.

Property Documentation

◆ m_Name

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

Definition at line 17098 of file pcbnew.py.

◆ m_URL

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

Definition at line 17100 of file pcbnew.py.

◆ m_Visible

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

Definition at line 17099 of file pcbnew.py.

◆ thisown

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


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