|
property | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
property | layers = property(_pcbnew.LAYERS_CHECKED_layers_get, _pcbnew.LAYERS_CHECKED_layers_set, doc=) |
|
property | has_error = property(_pcbnew.LAYERS_CHECKED_has_error_get, _pcbnew.LAYERS_CHECKED_has_error_set, doc=) |
|
Proxy of C++ LAYERS_CHECKED class.
Definition at line 20037 of file pcbnew.py.
◆ __init__()
def pcbnew.LAYERS_CHECKED.__init__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__init__(LAYERS_CHECKED self) -> LAYERS_CHECKED
__init__(LAYERS_CHECKED self, PCB_LAYER_ID aLayer) -> LAYERS_CHECKED
Definition at line 20043 of file pcbnew.py.
◆ has_error
property pcbnew.LAYERS_CHECKED.has_error = property(_pcbnew.LAYERS_CHECKED_has_error_get, _pcbnew.LAYERS_CHECKED_has_error_set, doc=) |
|
static |
◆ layers
property pcbnew.LAYERS_CHECKED.layers = property(_pcbnew.LAYERS_CHECKED_layers_get, _pcbnew.LAYERS_CHECKED_layers_set, doc=) |
|
static |
◆ thisown
property pcbnew.LAYERS_CHECKED.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: