|
def | __init__ (self, aText, aVisible, aLayer) |
|
def | __eq__ (self, aOther) |
|
|
property | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
property | m_Text = property(_pcbnew.TEXT_ITEM_INFO_m_Text_get, _pcbnew.TEXT_ITEM_INFO_m_Text_set, doc=) |
|
property | m_Visible = property(_pcbnew.TEXT_ITEM_INFO_m_Visible_get, _pcbnew.TEXT_ITEM_INFO_m_Visible_set, doc=) |
|
property | m_Layer = property(_pcbnew.TEXT_ITEM_INFO_m_Layer_get, _pcbnew.TEXT_ITEM_INFO_m_Layer_set, doc=) |
|
Proxy of C++ TEXT_ITEM_INFO class.
Definition at line 10781 of file pcbnew.py.
◆ __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 10790 of file pcbnew.py.
◆ __eq__()
def pcbnew.TEXT_ITEM_INFO.__eq__ |
( |
|
self, |
|
|
|
aOther |
|
) |
| |
__eq__(TEXT_ITEM_INFO self, TEXT_ITEM_INFO aOther) -> bool
Definition at line 10794 of file pcbnew.py.
◆ m_Layer
property pcbnew.TEXT_ITEM_INFO.m_Layer = property(_pcbnew.TEXT_ITEM_INFO_m_Layer_get, _pcbnew.TEXT_ITEM_INFO_m_Layer_set, doc=) |
|
static |
◆ m_Text
property pcbnew.TEXT_ITEM_INFO.m_Text = property(_pcbnew.TEXT_ITEM_INFO_m_Text_get, _pcbnew.TEXT_ITEM_INFO_m_Text_set, doc=) |
|
static |
◆ m_Visible
property pcbnew.TEXT_ITEM_INFO.m_Visible = property(_pcbnew.TEXT_ITEM_INFO_m_Visible_get, _pcbnew.TEXT_ITEM_INFO_m_Visible_set, doc=) |
|
static |
◆ thisown
property pcbnew.TEXT_ITEM_INFO.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: