|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Proxy of C++ GAL_SET class.
Definition at line 3305 of file pcbnew.py.
◆ __init__()
def pcbnew.GAL_SET.__init__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__init__(GAL_SET self) -> GAL_SET
__init__(GAL_SET self, GAL_SET aOther) -> GAL_SET
__init__(GAL_SET self, GAL_LAYER_ID const * aArray, unsigned int aCount) -> GAL_SET
Definition at line 3311 of file pcbnew.py.
◆ Contains()
def pcbnew.GAL_SET.Contains |
( |
|
self, |
|
|
|
aPos |
|
) |
| |
Contains(GAL_SET self, GAL_LAYER_ID aPos) -> bool
Definition at line 3327 of file pcbnew.py.
◆ DefaultVisible()
def pcbnew.GAL_SET.DefaultVisible |
( |
| ) |
|
|
static |
DefaultVisible() -> GAL_SET
Definition at line 3336 of file pcbnew.py.
◆ Seq()
def pcbnew.GAL_SET.Seq |
( |
|
self | ) |
|
Seq(GAL_SET self) -> std::vector< GAL_LAYER_ID,std::allocator< GAL_LAYER_ID > >
Definition at line 3331 of file pcbnew.py.
◆ set()
def pcbnew.GAL_SET.set |
( |
|
self, |
|
|
* |
args |
|
) |
| |
set(GAL_SET self) -> GAL_SET
set(GAL_SET self, int aPos, bool aVal=True) -> GAL_SET
set(GAL_SET self, GAL_LAYER_ID aPos, bool aVal=True) -> GAL_SET
Definition at line 3319 of file pcbnew.py.
◆ thisown
pcbnew.GAL_SET.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: