Obsolete Members for QAbstractEventDispatcher

Los siguientes miembros de la clase QAbstractEventDispatcher son obsoletos. Se proporcionan para que el código fuente antiguo siga funcionando. Desaconsejamos su uso en código nuevo.

Tipos públicos

(deprecated in 6.8) struct TimerInfo

Funciones públicas

(deprecated) int registerTimer(qint64 interval, Qt::TimerType timerType, QObject *object)

Documentación de los miembros

[deprecated] int QAbstractEventDispatcher::registerTimer(qint64 interval, Qt::TimerType timerType, QObject *object)

Esta función está obsoleta. Desaconsejamos su uso en código nuevo.

Esta función será eliminada en Qt 7. Utilice la sobrecarga tomando Duration.

Registra un temporizador con los interval y timerType especificados para el object dado y devuelve el id del temporizador.

© 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.