|
| 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=) |
|
| m_opposite = property(_pcbnew.LAYER_m_opposite_get, _pcbnew.LAYER_m_opposite_set, doc=) |
|
Proxy of C++ LAYER class.
Definition at line 20348 of file pcbnew.py.
◆ __init__()
pcbnew.LAYER.__init__ |
( |
| self | ) |
|
__init__(LAYER self) -> LAYER
Definition at line 20354 of file pcbnew.py.
◆ clear()
pcbnew.LAYER.clear |
( |
| self | ) |
|
◆ ParseType()
pcbnew.LAYER.ParseType |
( |
| aType | ) |
|
|
static |
ParseType(char const * aType) -> LAYER_T
Definition at line 20374 of file pcbnew.py.
◆ ShowType()
pcbnew.LAYER.ShowType |
( |
| aType | ) |
|
|
static |
ShowType(LAYER_T aType) -> char const *
Definition at line 20369 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_opposite
pcbnew.LAYER.m_opposite = property(_pcbnew.LAYER_m_opposite_get, _pcbnew.LAYER_m_opposite_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: