107 void clearInterval();
119 bool expired(
unsigned long now,
unsigned long& elapsed);
126 return _start == std::numeric_limits<unsigned long>::max();
138 void executeAndReset();
148 void markReachableResources()
const;
156 void operator() () { execute(); }
159 unsigned long getInterval()
const {
return _interval; }
162 unsigned long getStart()
const {
return _start; }
171 unsigned int _interval;
178 unsigned long _start;
bool cleared() const
Return true if interval has been cleared.
Definition: Timers.h:125
as_object * _object
Definition: Array_as.cpp:680
Definition: klash_part.cpp:330
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40
The base class for all ActionScript objects.
Definition: as_object.h:161
A URI for describing as_objects.
Definition: ObjectURI.h:44
A class to contain transferable arguments for a fn_call.
Definition: as_function.h:30
#define DSOEXPORT
Definition: dsodefs.h:55
An interval timer.
Definition: Timers.h:49
ActionScript Function, either builtin or SWF-defined.
Definition: as_function.h:62