QAbstractEventDispatcher::TimerInfoV2 Struct
struct QAbstractEventDispatcher::TimerInfoV2Variables públicas
Descripción detallada
Esta estructura representa información sobre un temporizador: timerId, interval, y timerType.
Véase también timersForObject().
Documentación de Variables Miembro
QAbstractEventDispatcher::Duration TimerInfoV2::interval
El intervalo del temporizador.
Qt::TimerId TimerInfoV2::timerId
Id único del temporizador. Es creado por registerTimer() en el momento de la creación e identifica de forma única a un temporizador mientras está activo. También es utilizado por QTimer::id() y devuelto por QObject::startTimer().
Qt::TimerType TimerInfoV2::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.