|
def | __init__ (self) |
|
def | clear (self) |
|
def | get_drawlist (self) |
|
def | fill (self, x, y, width, height, color) |
|
def | writeText (self, x, y, width, height, fg, bg, font, text, flags=0) |
|
def | flush (self) |
|
def | execBegin (self) |
|
def | execEnd (self) |
|
def | onShow (self) |
|
def | onHide (self) |
|
def | destroy (self) |
|
def | isAnimated (self) |
|
def | setAnimated (self, isAnimated) |
|
def | connectDownstream (self, downstream) |
|
def | connectUpstream (self, upstream) |
|
def | connect (self, upstream) |
|
def | disconnectAll (self) |
|
def | disconnectDownstream (self, downstream) |
|
def | changed (self, *args, **kwargs) |
|
def | setSuspend (self, suspended) |
|
def | checkSuspend (self) |
|
def | doSuspend (self, suspend) |
|
◆ __init__()
def Components.Sources.CanvasSource.CanvasSource.__init__ |
( |
|
self | ) |
|
◆ clear()
def Components.Sources.CanvasSource.CanvasSource.clear |
( |
|
self | ) |
|
◆ fill()
def Components.Sources.CanvasSource.CanvasSource.fill |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
width, |
|
|
|
height, |
|
|
|
color |
|
) |
| |
◆ flush()
def Components.Sources.CanvasSource.CanvasSource.flush |
( |
|
self | ) |
|
◆ get_drawlist()
def Components.Sources.CanvasSource.CanvasSource.get_drawlist |
( |
|
self | ) |
|
◆ writeText()
def Components.Sources.CanvasSource.CanvasSource.writeText |
( |
|
self, |
|
|
|
x, |
|
|
|
y, |
|
|
|
width, |
|
|
|
height, |
|
|
|
fg, |
|
|
|
bg, |
|
|
|
font, |
|
|
|
text, |
|
|
|
flags = 0 |
|
) |
| |
◆ sequence
Components.Sources.CanvasSource.CanvasSource.sequence |
◆ drawlist
Components.Sources.CanvasSource.CanvasSource.drawlist = property(get_drawlist) |
|
static |
The documentation for this class was generated from the following file: