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

Public Member Functions

def __init__ (self, aText, aVisible, aLayer)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 m_Text = property(_pcbnew.TEXT_ITEM_INFO_m_Text_get, _pcbnew.TEXT_ITEM_INFO_m_Text_set, doc=)
 
 m_Visible = property(_pcbnew.TEXT_ITEM_INFO_m_Visible_get, _pcbnew.TEXT_ITEM_INFO_m_Visible_set, doc=)
 
 m_Layer = property(_pcbnew.TEXT_ITEM_INFO_m_Layer_get, _pcbnew.TEXT_ITEM_INFO_m_Layer_set, doc=)
 

Detailed Description

Proxy of C++ TEXT_ITEM_INFO class.

Definition at line 10344 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.TEXT_ITEM_INFO.__init__ (   self,
  aText,
  aVisible,
  aLayer 
)
__init__(TEXT_ITEM_INFO self, wxString aText, bool aVisible, int aLayer) -> TEXT_ITEM_INFO

Definition at line 10353 of file pcbnew.py.

Property Documentation

◆ m_Layer

pcbnew.TEXT_ITEM_INFO.m_Layer = property(_pcbnew.TEXT_ITEM_INFO_m_Layer_get, _pcbnew.TEXT_ITEM_INFO_m_Layer_set, doc=)
static

Definition at line 10351 of file pcbnew.py.

◆ m_Text

pcbnew.TEXT_ITEM_INFO.m_Text = property(_pcbnew.TEXT_ITEM_INFO_m_Text_get, _pcbnew.TEXT_ITEM_INFO_m_Text_set, doc=)
static

Definition at line 10349 of file pcbnew.py.

◆ m_Visible

pcbnew.TEXT_ITEM_INFO.m_Visible = property(_pcbnew.TEXT_ITEM_INFO_m_Visible_get, _pcbnew.TEXT_ITEM_INFO_m_Visible_set, doc=)
static

Definition at line 10350 of file pcbnew.py.

◆ thisown

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

Definition at line 10347 of file pcbnew.py.


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