int startTimer(int interval)
Starts a timer and returns a timer identifier, or returns zero if it could not start a timer...
#define QT_END_NAMESPACE
This macro expands to.
static QAbstractEventDispatcher * instance(QThread *thread=0)
Returns a pointer to the event dispatcher object for the specified thread.
virtual bool unregisterTimer(int timerId)=0
Unregisters the timer with the given timerId.
The QObject class is the base class of all Qt objects.
#define QT_BEGIN_NAMESPACE
This macro expands to.
void stop()
Stops the timer.
The QAbstractEventDispatcher class provides an interface to manage Qt's event queue.
void start(int msec, QObject *obj)
Starts (or restarts) the timer with a msec milliseconds timeout.