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

Public Member Functions

 __init__ (self, aText, aVisible, aLayer)
 
 __eq__ (self, aOther)
 

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

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 11275 of file pcbnew.py.

Member Function Documentation

◆ __eq__()

pcbnew.TEXT_ITEM_INFO.__eq__ ( self,
aOther )
__eq__(TEXT_ITEM_INFO self, TEXT_ITEM_INFO aOther) -> bool

Definition at line 11279 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 11273 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 11271 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 11272 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 11269 of file pcbnew.py.


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