|
def | __init__ (self, session, text, duration) |
|
def | saveKeyboardMode (self) |
|
def | setKeyboardModeAscii (self) |
|
def | setKeyboardModeNone (self) |
|
def | restoreKeyboardMode (self) |
|
def | execBegin (self) |
|
def | execEnd (self) |
|
def | doClose (self, immediate=True) |
|
def | doCloseInternal (self) |
|
def | close (self, *retval) |
|
def | setFocus (self, o) |
|
def | show (self) |
|
def | hide (self) |
|
def | enable (self, do_show=True) |
|
def | disable (self) |
|
def | isEnabled (self) |
|
def | __repr__ (self) |
|
def | getRelatedScreen (self, name) |
|
def | setShowHideAnimation (self, animation_key) |
|
def | neverAnimate (self) |
|
def | canAnimate (self) |
|
def | ignoreSource (self, name) |
|
def | __init__ (self, windowTitle=None) |
|
def | createGUIScreen (self, parent, desktop, updateonly=False) |
|
def | deleteGUIScreen (self) |
|
def | close (self) |
|
def | createSummary (self) |
|
def | addSummary (self, summary) |
|
def | removeSummary (self, summary) |
|
def | setTitle (self, title) |
|
def | getTitle (self) |
|
def | setDesktop (self, desktop) |
|
def | applySkin (self) |
|
def | setZPosition (self, z) |
|
◆ __init__()
def Screens.Toast.Toast.__init__ |
( |
|
self, |
|
|
|
session, |
|
|
|
text, |
|
|
|
duration |
|
) |
| |
◆ duration
Screens.Toast.Toast.duration |
◆ DURATION_LONG
int Screens.Toast.Toast.DURATION_LONG = 30 |
|
static |
◆ DURATION_MEDIUM
int Screens.Toast.Toast.DURATION_MEDIUM = 10 |
|
static |
◆ DURATION_SHORT
int Screens.Toast.Toast.DURATION_SHORT = 5 |
|
static |
◆ DURATION_VERY_LONG
int Screens.Toast.Toast.DURATION_VERY_LONG = 60 |
|
static |
◆ skin
string Screens.Toast.Toast.skin = "" |
|
static |
The documentation for this class was generated from the following file: