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

Public Member Functions

def SetProgressReporter (self, aReporter)
 
def GetProgressReporter (self)
 
def Fill (self, aZones, aCheck=False, aParent=None)
 
def IsDebug (self)
 
def __init__ (self, aBoard)
 

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++ ZONE_FILLER class.

Definition at line 14200 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.ZONE_FILLER.__init__ (   self,
  aBoard 
)
__init__(ZONE_FILLER self, BOARD aBoard) -> ZONE_FILLER

Definition at line 14223 of file pcbnew.py.

Member Function Documentation

◆ Fill()

def pcbnew.ZONE_FILLER.Fill (   self,
  aZones,
  aCheck = False,
  aParent = None 
)
Fill(ZONE_FILLER self, ZONES aZones, bool aCheck=False, wxWindow * aParent=None) -> bool

Definition at line 14215 of file pcbnew.py.

◆ GetProgressReporter()

def pcbnew.ZONE_FILLER.GetProgressReporter (   self)
GetProgressReporter(ZONE_FILLER self) -> PROGRESS_REPORTER *

Definition at line 14211 of file pcbnew.py.

◆ IsDebug()

def pcbnew.ZONE_FILLER.IsDebug (   self)
IsDebug(ZONE_FILLER self) -> bool

Definition at line 14219 of file pcbnew.py.

◆ SetProgressReporter()

def pcbnew.ZONE_FILLER.SetProgressReporter (   self,
  aReporter 
)
SetProgressReporter(ZONE_FILLER self, PROGRESS_REPORTER * aReporter)

Definition at line 14207 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 14203 of file pcbnew.py.


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