KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
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)
 
def __eq__ (self, aOther)
 

Properties

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=)
 

Detailed Description

Proxy of C++ TEXT_ITEM_INFO class.

Definition at line 10459 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 10468 of file pcbnew.py.

Member Function Documentation

◆ __eq__()

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

Definition at line 10472 of file pcbnew.py.

Property Documentation

◆ 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

Definition at line 10466 of file pcbnew.py.

◆ 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

Definition at line 10464 of file pcbnew.py.

◆ 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

Definition at line 10465 of file pcbnew.py.

◆ 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

Definition at line 10462 of file pcbnew.py.


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