|
def | __init__ (self, text="", filter=lambda x:x) |
|
def | handleCommand (self, cmd) |
|
def | getText (self) |
|
def | setText (self, text) |
|
def | execBegin (self) |
|
def | execEnd (self) |
|
def | onShow (self) |
|
def | onHide (self) |
|
def | destroy (self) |
|
def | __init__ (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.StaticText.StaticText.__init__ |
( |
|
self, |
|
|
|
text = "" , |
|
|
|
filter = lambda x: x |
|
) |
| |
◆ getText()
def Components.Sources.StaticText.StaticText.getText |
( |
|
self | ) |
|
◆ handleCommand()
def Components.Sources.StaticText.StaticText.handleCommand |
( |
|
self, |
|
|
|
cmd |
|
) |
| |
◆ setText()
def Components.Sources.StaticText.StaticText.setText |
( |
|
self, |
|
|
|
text |
|
) |
| |
◆ filter
Components.Sources.StaticText.StaticText.filter |
◆ text
Components.Sources.StaticText.StaticText.text = property(getText, setText) |
|
static |
The documentation for this class was generated from the following file: