KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
pcbnew.LAYERS_CHECKED Class Reference
Inheritance diagram for pcbnew.LAYERS_CHECKED:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, *args)
 

Properties

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

Detailed Description

Proxy of C++ LAYERS_CHECKED class.

Definition at line 20037 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __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.

Here is the caller graph for this function:

Property Documentation

◆ has_error

property pcbnew.LAYERS_CHECKED.has_error = property(_pcbnew.LAYERS_CHECKED_has_error_get, _pcbnew.LAYERS_CHECKED_has_error_set, doc=)
static

Definition at line 20050 of file pcbnew.py.

◆ layers

property pcbnew.LAYERS_CHECKED.layers = property(_pcbnew.LAYERS_CHECKED_layers_get, _pcbnew.LAYERS_CHECKED_layers_set, doc=)
static

Definition at line 20049 of file pcbnew.py.

◆ thisown

property pcbnew.LAYERS_CHECKED.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 20040 of file pcbnew.py.


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