khtml Library API Documentation

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>

List of all members.

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:
KDE Logo
This file is part of the documentation for kdelibs Version 3.1.4.
Documentation copyright © 1996-2002 the KDE developers.
Generated on Sun Feb 27 22:16:45 2005 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2001