KJS::ScheduledAction Class Reference
#include <kjs_window.h>
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 214 of file kjs_window.h.
Public Member Functions | |
ScheduledAction (Object _func, List _args, DateTimeMS _nextTime, int _interval, bool _singleShot, int _timerId) | |
ScheduledAction (QString _code, DateTimeMS _nextTime, int _interval, bool _singleShot, int _timerId) | |
~ScheduledAction () | |
bool | execute (Window *window) |
void | mark () |
Public Attributes | |
ObjectImp * | func |
List | args |
QString | code |
bool | isFunction |
bool | singleShot |
DateTimeMS | nextTime |
int | interval |
bool | executing |
int | timerId |
The documentation for this class was generated from the following files: