KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
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)
 
def set (self, *args)
 
def Contains (self, aPos)
 
def Seq (self)
 

Static Public Member Functions

def DefaultVisible ()
 

Properties

property 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 3298 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 3304 of file pcbnew.py.

Here is the caller graph for this function:

Member Function Documentation

◆ Contains()

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

Definition at line 3320 of file pcbnew.py.

◆ DefaultVisible()

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

Definition at line 3329 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 3324 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 3312 of file pcbnew.py.

Here is the caller graph for this function:

Property Documentation

◆ thisown

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


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