TimerInfoV2 Struct
struct QAbstractEventDispatcher::TimerInfoV2Öffentliche Variablen
Detaillierte Beschreibung
Diese Struktur stellt Informationen über einen Timer dar: timerId, interval und timerType.
Siehe auch timersForObject().
Dokumentation der Mitgliedsvariablen
QAbstractEventDispatcher::Duration TimerInfoV2::interval
Das Intervall des Timers.
Qt::TimerId TimerInfoV2::timerId
Die eindeutige ID des Zeitgebers. Sie wird von registerTimer() bei der Erstellung erstellt und identifiziert einen Zeitgeber eindeutig, solange er aktiv ist. Sie wird auch von QTimer::id() verwendet und von QObject::startTimer() zurückgegeben.
Qt::TimerType TimerInfoV2::timerType
Der Typ des Timers
Siehe auch Qt::TimerType.
© 2025 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.