TimerInfo Struct

struct QAbstractEventDispatcher::TimerInfo

Diese Struktur ist seit 6.8 veraltet. Wir raten dringend davon ab, sie in neuem Code zu verwenden.

Öffentliche Funktionen

TimerInfo(int timerId, int interval, Qt::TimerType timerType)

Öffentliche Variablen

int interval
int timerId
Qt::TimerType timerType

Detaillierte Beschreibung

Verwendung TimerInfoV2

Diese Struktur stellt Informationen über einen Timer dar: timerId, interval und timerType.

Siehe auch registeredTimers(), QAbstractEventDispatcher::TimerInfoV2, und timersForObject().

Dokumentation der Mitgliedsfunktionen

TimerInfo::TimerInfo(int timerId, int interval, Qt::TimerType timerType)

Konstruiert eine TimerInfo-Struktur mit den angegebenen timerId, interval und timerType.

Dokumentation der Mitgliedsvariablen

int TimerInfo::interval

Das Intervall des Timers.

int TimerInfo::timerId

Die eindeutige Kennung des Zeitgebers.

Qt::TimerType TimerInfo::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.