The QTimerEvent class contains parameters that describe a timer event. (details) (complete member list)
#include <qevent.h>
Inherits QEvent.
Timer events are sent at regular intervals to objects that have started one or more timers. Each timer has a unique identifier.
The virtual function QWidget::timerEvent() receives timer events.
See also: QObject::startTimer() and QObject::killTimer().
Constructs a timer event object with the timer identifier set to timerId.
Returns the unique timer identifier, which is the same identifier as returned from QObject::startTimer().
This file is part of the Qt toolkit, copyright 1995 Troll Tech, all rights reserved.
It was generated from the following files: