KJS::ScheduledAction Class Reference
An action (either function or string) to be executed after a specified time interval, either once or repeatedly. More...
#include <kjs_window.h>
Collaboration diagram for KJS::ScheduledAction:

| Public Member Functions | |
| ScheduledAction (Object _func, List _args, QTime _nextTime, int _interval, bool _singleShot, int _timerId) | |
| ScheduledAction (QString _code, QTime _nextTime, int _interval, bool _singleShot, int _timerId) | |
| void | execute (Window *window) | 
| void | mark () | 
| Public Attributes | |
| ObjectImp * | func | 
| List | args | 
| QString | code | 
| bool | isFunction | 
| bool | singleShot | 
| QTime | nextTime | 
| int | interval | 
| bool | executing | 
| int | timerId | 
Detailed Description
An action (either function or string) to be executed after a specified time interval, either once or repeatedly.Used for window.setTimeout() and window.setInterval()
Definition at line 167 of file kjs_window.h.
The documentation for this class was generated from the following files:

