En esta página

QAbstractEventDispatcher::TimerInfo Struct

struct QAbstractEventDispatcher::TimerInfo

Esta estructura está obsoleta desde la versión 6.8. Desaconsejamos su uso en código nuevo.

Variables públicas

int interval
int timerId
Qt::TimerType timerType

Descripción detallada

Utilice TimerInfoV2

Esta estructura representa información sobre un temporizador: timerId, interval, y timerType.

Véase también registeredTimers(), QAbstractEventDispatcher::TimerInfoV2, y timersForObject().

Documentación de Variables Miembro

int TimerInfo::interval

El intervalo del temporizador.

int TimerInfo::timerId

Id único del temporizador.

Qt::TimerType TimerInfo::timerType

Tipo de temporizador

Véase también Qt::TimerType.

© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.