KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
pcbnew.GAL_SET Class Reference
Inheritance diagram for pcbnew.GAL_SET:

Public Member Functions

 __init__ (self, *args)
 
 set (self, *args)
 
 Contains (self, aPos)
 
 Seq (self)
 

Static Public Member Functions

 DefaultVisible ()
 

Properties

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

Detailed Description

Proxy of C++ GAL_SET class.

Definition at line 3356 of file pcbnew.py.

Constructor & Destructor Documentation

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

Member Function Documentation

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

Property Documentation

◆ thisown

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

Definition at line 3359 of file pcbnew.py.


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