|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| m_name = property(_pcbnew.LAYER_m_name_get, _pcbnew.LAYER_m_name_set, doc=) |
|
| m_userName = property(_pcbnew.LAYER_m_userName_get, _pcbnew.LAYER_m_userName_set, doc=) |
|
| m_type = property(_pcbnew.LAYER_m_type_get, _pcbnew.LAYER_m_type_set, doc=) |
|
| m_visible = property(_pcbnew.LAYER_m_visible_get, _pcbnew.LAYER_m_visible_set, doc=) |
|
| m_number = property(_pcbnew.LAYER_m_number_get, _pcbnew.LAYER_m_number_set, doc=) |
|
Proxy of C++ LAYER class.
Definition at line 17472 of file pcbnew.py.
◆ __init__()
def pcbnew.LAYER.__init__ |
( |
|
self | ) |
|
__init__(LAYER self) -> LAYER
Definition at line 17478 of file pcbnew.py.
◆ clear()
def pcbnew.LAYER.clear |
( |
|
self | ) |
|
◆ ParseType()
def pcbnew.LAYER.ParseType |
( |
|
aType | ) |
|
|
static |
ParseType(char const * aType) -> LAYER_T
Definition at line 17497 of file pcbnew.py.
◆ ShowType()
def pcbnew.LAYER.ShowType |
( |
|
aType | ) |
|
|
static |
ShowType(LAYER_T aType) -> char const *
Definition at line 17492 of file pcbnew.py.
◆ m_name
pcbnew.LAYER.m_name = property(_pcbnew.LAYER_m_name_get, _pcbnew.LAYER_m_name_set, doc=) |
|
static |
◆ m_number
pcbnew.LAYER.m_number = property(_pcbnew.LAYER_m_number_get, _pcbnew.LAYER_m_number_set, doc=) |
|
static |
◆ m_type
pcbnew.LAYER.m_type = property(_pcbnew.LAYER_m_type_get, _pcbnew.LAYER_m_type_set, doc=) |
|
static |
◆ m_userName
pcbnew.LAYER.m_userName = property(_pcbnew.LAYER_m_userName_get, _pcbnew.LAYER_m_userName_set, doc=) |
|
static |
◆ m_visible
pcbnew.LAYER.m_visible = property(_pcbnew.LAYER_m_visible_get, _pcbnew.LAYER_m_visible_set, doc=) |
|
static |
◆ thisown
pcbnew.LAYER.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: