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

Public Member Functions

def __init__ (self)
 
def clear (self)
 

Static Public Member Functions

def ShowType (aType)
 
def ParseType (aType)
 

Properties

property thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
property m_name = property(_pcbnew.LAYER_m_name_get, _pcbnew.LAYER_m_name_set, doc=)
 
property m_userName = property(_pcbnew.LAYER_m_userName_get, _pcbnew.LAYER_m_userName_set, doc=)
 
property m_type = property(_pcbnew.LAYER_m_type_get, _pcbnew.LAYER_m_type_set, doc=)
 
property m_visible = property(_pcbnew.LAYER_m_visible_get, _pcbnew.LAYER_m_visible_set, doc=)
 
property m_number = property(_pcbnew.LAYER_m_number_get, _pcbnew.LAYER_m_number_set, doc=)
 

Detailed Description

Proxy of C++ LAYER class.

Definition at line 17339 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.LAYER.__init__ (   self)
__init__(LAYER self) -> LAYER

Definition at line 17345 of file pcbnew.py.

Member Function Documentation

◆ clear()

def pcbnew.LAYER.clear (   self)
clear(LAYER self)

Definition at line 17349 of file pcbnew.py.

◆ ParseType()

def pcbnew.LAYER.ParseType (   aType)
static
ParseType(char const * aType) -> LAYER_T

Definition at line 17364 of file pcbnew.py.

◆ ShowType()

def pcbnew.LAYER.ShowType (   aType)
static
ShowType(LAYER_T aType) -> char const *

Definition at line 17359 of file pcbnew.py.

Property Documentation

◆ m_name

property pcbnew.LAYER.m_name = property(_pcbnew.LAYER_m_name_get, _pcbnew.LAYER_m_name_set, doc=)
static

Definition at line 17352 of file pcbnew.py.

◆ m_number

property pcbnew.LAYER.m_number = property(_pcbnew.LAYER_m_number_get, _pcbnew.LAYER_m_number_set, doc=)
static

Definition at line 17356 of file pcbnew.py.

◆ m_type

property pcbnew.LAYER.m_type = property(_pcbnew.LAYER_m_type_get, _pcbnew.LAYER_m_type_set, doc=)
static

Definition at line 17354 of file pcbnew.py.

◆ m_userName

property pcbnew.LAYER.m_userName = property(_pcbnew.LAYER_m_userName_get, _pcbnew.LAYER_m_userName_set, doc=)
static

Definition at line 17353 of file pcbnew.py.

◆ m_visible

property pcbnew.LAYER.m_visible = property(_pcbnew.LAYER_m_visible_get, _pcbnew.LAYER_m_visible_set, doc=)
static

Definition at line 17355 of file pcbnew.py.

◆ thisown

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

Definition at line 17342 of file pcbnew.py.


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