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

Public Member Functions

def __init__ (self, "ZONE" aZone)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 m_zone = property(_pcbnew.CN_ZONE_ISOLATED_ISLAND_LIST_m_zone_get, _pcbnew.CN_ZONE_ISOLATED_ISLAND_LIST_m_zone_set, doc=)
 
 m_islands = property(_pcbnew.CN_ZONE_ISOLATED_ISLAND_LIST_m_islands_get, _pcbnew.CN_ZONE_ISOLATED_ISLAND_LIST_m_islands_set, doc=)
 

Detailed Description

Proxy of C++ CN_ZONE_ISOLATED_ISLAND_LIST class.

Definition at line 9246 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.CN_ZONE_ISOLATED_ISLAND_LIST.__init__ (   self,
"ZONE"  aZone 
)
__init__(CN_ZONE_ISOLATED_ISLAND_LIST self, ZONE aZone) -> CN_ZONE_ISOLATED_ISLAND_LIST

Definition at line 9252 of file pcbnew.py.

Property Documentation

◆ m_islands

pcbnew.CN_ZONE_ISOLATED_ISLAND_LIST.m_islands = property(_pcbnew.CN_ZONE_ISOLATED_ISLAND_LIST_m_islands_get, _pcbnew.CN_ZONE_ISOLATED_ISLAND_LIST_m_islands_set, doc=)
static

Definition at line 9256 of file pcbnew.py.

◆ m_zone

pcbnew.CN_ZONE_ISOLATED_ISLAND_LIST.m_zone = property(_pcbnew.CN_ZONE_ISOLATED_ISLAND_LIST_m_zone_get, _pcbnew.CN_ZONE_ISOLATED_ISLAND_LIST_m_zone_set, doc=)
static

Definition at line 9255 of file pcbnew.py.

◆ thisown

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

Definition at line 9249 of file pcbnew.py.


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