KiCad Pcbnew Python Scripting
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)
 
"void" clear (self)
 

Static Public Member Functions

"char const *" ShowType ("LAYER_T" aType)
 
"LAYER_T" ParseType ("char const *" aType)
 

Properties

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

Detailed Description

Proxy of C++ LAYER class.

Definition at line 16280 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 16286 of file pcbnew.py.

Member Function Documentation

◆ clear()

"void" pcbnew.LAYER.clear (   self)
clear(LAYER self)

Definition at line 16290 of file pcbnew.py.

◆ ParseType()

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

Definition at line 16305 of file pcbnew.py.

◆ ShowType()

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

Definition at line 16300 of file pcbnew.py.

Property Documentation

◆ m_name

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

Definition at line 16293 of file pcbnew.py.

◆ m_number

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

Definition at line 16297 of file pcbnew.py.

◆ m_type

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

Definition at line 16295 of file pcbnew.py.

◆ m_userName

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

Definition at line 16294 of file pcbnew.py.

◆ m_visible

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

Definition at line 16296 of file pcbnew.py.

◆ thisown

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

Definition at line 16283 of file pcbnew.py.


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