QAbstractEventDispatcher::TimerInfo Struct
struct QAbstractEventDispatcher::TimerInfoThis struct is deprecated since 6.8. We strongly advise against using it in new code.
Public Variables
Detailed Description
Use TimerInfoV2
This struct represents information about a timer: timerId, interval, and timerType.
See also registeredTimers(), QAbstractEventDispatcher::TimerInfoV2, and timersForObject().
Member Variable Documentation
int TimerInfo::interval
The timer's interval.
int TimerInfo::timerId
The timer's unique id.
Qt::TimerType TimerInfo::timerType
The timer's type
See also Qt::TimerType.