KiCad Pcbnew Python Scripting
Public Member Functions | Static Public Member Functions | Properties | List of all members
pcbnew.GAL_SET Class Reference
Inheritance diagram for pcbnew.GAL_SET:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, *args)
 
"GAL_SET &" set (self, *args)
 
"bool" Contains (self, "GAL_LAYER_ID" aPos)
 
"std::vector< GAL_LAYER_ID,std::allocator< GAL_LAYER_ID > >" Seq (self)
 

Static Public Member Functions

"GAL_SET" 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 7641 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __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 7647 of file pcbnew.py.

Here is the caller graph for this function:

Member Function Documentation

◆ Contains()

"bool" pcbnew.GAL_SET.Contains (   self,
"GAL_LAYER_ID"  aPos 
)
Contains(GAL_SET self, GAL_LAYER_ID aPos) -> bool

Definition at line 7662 of file pcbnew.py.

◆ DefaultVisible()

"GAL_SET" pcbnew.GAL_SET.DefaultVisible ( )
static
DefaultVisible() -> GAL_SET

Definition at line 7671 of file pcbnew.py.

◆ Seq()

"std.vector< GAL_LAYER_ID,std.allocator< GAL_LAYER_ID > >" pcbnew.GAL_SET.Seq (   self)
Seq(GAL_SET self) -> std::vector< GAL_LAYER_ID,std::allocator< GAL_LAYER_ID > >

Definition at line 7666 of file pcbnew.py.

◆ set()

"GAL_SET &" pcbnew.GAL_SET.set (   self,
args 
)
    set(GAL_SET self) -> GAL_SET
    set(GAL_SET self, GAL_LAYER_ID aPos, bool aVal=True) -> GAL_SET

Definition at line 7655 of file pcbnew.py.

Here is the caller graph for this function:

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 7644 of file pcbnew.py.


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