QTimerEvent Class Reference


The QTimerEvent class contains parameters that describe a timer event. (details) (complete member list)

#include <qevent.h>

Inherits QEvent.

Public Members


Detailed Description

The QTimerEvent class contains parameters that describe a timer event.

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().


Member Function Documentation

QTimerEvent::QTimerEvent (int timerId)

Constructs a timer event object with the timer identifier set to timerId.

int QTimerEvent::timerId () const

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:


Generated at 04:27, 1995/05/20 by the webmaster at Troll Tech