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>
Public Member Functions | |
ScheduledAction (Object _func, List _args, bool _singleShot) | |
ScheduledAction (QString _code, bool _singleShot) | |
void | execute (Window *window) |
Public Attributes | |
ObjectImp | func |
List | args |
QString | code |
bool | isFunction |
bool | singleShot |
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 159 of file kjs_window.h.
The documentation for this class was generated from the following files: