Home | Trees | Index | Help |
|
---|
Package kiwi :: Package ui :: Package test :: Module player |
|
Classes | |
---|---|
App |
|
DictWrapper |
|
Player |
Event playback object. |
ThreadSafeFunction |
A function which is safe thread in the mainloop context All widgets and object functions will be wrapped by this. |
ThreadSafeObject |
A wrapper around a gobject which replaces all callable objects which
wraps all callable objects uses ThreadSafeFunction . |
Exceptions | |
---|---|
TimeOutError |
Exception that will be raised when a widget cannot be found, which will happen after a few seconds depending on the type of widget |
Function Summary | |
---|---|
Plays a recorded script file |
Variable Summary | |
---|---|
int |
DELETE_WINDOW_WAIT = 4 |
Logger |
log = <kiwi.log.Logger instance at 0x4137542c>
|
int |
WIDGET_TIMEOUT = 2 |
int |
WINDOW_TIMEOUT = 10 |
float |
WINDOW_WAIT = 0.5 |
Function Details |
---|
play_file(filename, args=None)Plays a recorded script file
|
Variable Details |
---|
DELETE_WINDOW_WAIT
|
log
|
WIDGET_TIMEOUT
|
WINDOW_TIMEOUT
|
WINDOW_WAIT
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Oct 9 12:40:59 2006 | http://epydoc.sf.net |