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

Public Member Functions

 __init__ (self)
 
 clear (self)
 

Static Public Member Functions

 ShowType (aType)
 
 ParseType (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=)
 
 m_opposite = property(_pcbnew.LAYER_m_opposite_get, _pcbnew.LAYER_m_opposite_set, doc=)
 

Detailed Description

Proxy of C++ LAYER class.

Definition at line 20348 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 20354 of file pcbnew.py.

Member Function Documentation

◆ clear()

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

Definition at line 20358 of file pcbnew.py.

◆ ParseType()

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

Definition at line 20374 of file pcbnew.py.

◆ ShowType()

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

Definition at line 20369 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 20361 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 20365 of file pcbnew.py.

◆ m_opposite

pcbnew.LAYER.m_opposite = property(_pcbnew.LAYER_m_opposite_get, _pcbnew.LAYER_m_opposite_set, doc=)
static

Definition at line 20366 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 20363 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 20362 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 20364 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 20351 of file pcbnew.py.


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