|
def | __init__ (self, type) |
|
def | getText (self) |
|
def | __repr__ (self) |
|
def | handleCommand (self, cmd) |
|
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) |
|
def | destroy (self) |
|
◆ __init__()
def Components.Converter.RemainingToText.RemainingToText.__init__ |
( |
|
self, |
|
|
|
type |
|
) |
| |
◆ getText()
def Components.Converter.RemainingToText.RemainingToText.getText |
( |
|
self | ) |
|
◆ DEFAULT
int Components.Converter.RemainingToText.RemainingToText.DEFAULT = 0 |
|
static |
◆ IN_SECONDS
int Components.Converter.RemainingToText.RemainingToText.IN_SECONDS = 3 |
|
static |
◆ NO_SECONDS
int Components.Converter.RemainingToText.RemainingToText.NO_SECONDS = 2 |
|
static |
◆ ONLY_MINUTES
int Components.Converter.RemainingToText.RemainingToText.ONLY_MINUTES = 4 |
|
static |
◆ type
Components.Converter.RemainingToText.RemainingToText.type |
◆ WITH_SECONDS
int Components.Converter.RemainingToText.RemainingToText.WITH_SECONDS = 1 |
|
static |
◆ text
Components.Converter.RemainingToText.RemainingToText.text = property(getText) |
|
static |
The documentation for this class was generated from the following file: