Eneboo - Documentación para desarrolladores
Métodos públicos | Atributos protegidos
Referencia de la Clase QTimerEvent

The QTimerEvent class contains parameters that describe a timer event. Más...

#include <qevent.h>

Diagrama de herencias de QTimerEvent
QEvent QEvent Qt Qt Qt Qt

Lista de todos los miembros.

Métodos públicos

 QTimerEvent (int timerId)
int timerId () const
 QTimerEvent (int timerId)
int timerId () const

Atributos protegidos

int id

Descripción detallada

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. A timer is started with QObject::startTimer().

The QTimer class provides a high-level programming interface that uses signals instead of events. It also provides one-shot timers.

The event handler QObject::timerEvent() receives timer events.

Ver también:
QTimer, QObject::timerEvent(), QObject::startTimer(), QObject::killTimer(), QObject::killTimers()

Documentación del constructor y destructor

QTimerEvent::QTimerEvent ( int  timerId) [inline]

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

QTimerEvent::QTimerEvent ( int  timerId) [inline]

Documentación de las funciones miembro

int QTimerEvent::timerId ( ) const [inline]

Returns the unique timer identifier, which is the same identifier as returned from QObject::startTimer().

int QTimerEvent::timerId ( ) const [inline]

Documentación de los datos miembro

int QTimerEvent::id [protected]

La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'