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