|
| 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 3356 of file pcbnew.py.
◆ __init__()
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 3362 of file pcbnew.py.
◆ Contains()
pcbnew.GAL_SET.Contains |
( |
| self, |
|
|
| aPos ) |
Contains(GAL_SET self, GAL_LAYER_ID aPos) -> bool
Definition at line 3378 of file pcbnew.py.
◆ DefaultVisible()
pcbnew.GAL_SET.DefaultVisible |
( |
| ) |
|
|
static |
DefaultVisible() -> GAL_SET
Definition at line 3387 of file pcbnew.py.
◆ Seq()
pcbnew.GAL_SET.Seq |
( |
| self | ) |
|
Seq(GAL_SET self) -> std::vector< GAL_LAYER_ID,std::allocator< GAL_LAYER_ID > >
Definition at line 3382 of file pcbnew.py.
◆ set()
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 3370 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: