|
"void" | SetProgressReporter (self, "PROGRESS_REPORTER *" aReporter) |
|
"bool" | Fill (self, "ZONES" aZones, "bool" aCheck=False, "wxWindow *" aParent=None) |
|
"bool" | IsDebug (self) |
|
def | __init__ (self, "BOARD" aBoard) |
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Proxy of C++ ZONE_FILLER class.
Definition at line 12936 of file pcbnew.py.
◆ __init__()
def pcbnew.ZONE_FILLER.__init__ |
( |
|
self, |
|
|
"BOARD" |
aBoard |
|
) |
| |
__init__(ZONE_FILLER self, BOARD aBoard) -> ZONE_FILLER
Definition at line 12955 of file pcbnew.py.
◆ Fill()
"bool" pcbnew.ZONE_FILLER.Fill |
( |
|
self, |
|
|
"ZONES" |
aZones, |
|
|
"bool" |
aCheck = False , |
|
|
"wxWindow *" |
aParent = None |
|
) |
| |
Fill(ZONE_FILLER self, ZONES aZones, bool aCheck=False, wxWindow * aParent=None) -> bool
Definition at line 12947 of file pcbnew.py.
◆ IsDebug()
"bool" pcbnew.ZONE_FILLER.IsDebug |
( |
|
self | ) |
|
IsDebug(ZONE_FILLER self) -> bool
Definition at line 12951 of file pcbnew.py.
◆ SetProgressReporter()
"void" pcbnew.ZONE_FILLER.SetProgressReporter |
( |
|
self, |
|
|
"PROGRESS_REPORTER *" |
aReporter |
|
) |
| |
SetProgressReporter(ZONE_FILLER self, PROGRESS_REPORTER * aReporter)
Definition at line 12943 of file pcbnew.py.
◆ thisown
pcbnew.ZONE_FILLER.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: