Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QAbstractEventDispatcher::TimerInfoV2 Class Reference

\variable QAbstractEventDispatcher::TimerInfo::timerId More...

#include <qabstracteventdispatcher.h>

+ Collaboration diagram for QAbstractEventDispatcher::TimerInfoV2:

Public Attributes

Duration interval
 
Qt::TimerId timerId
 
Qt::TimerType timerType
 

Detailed Description

\variable QAbstractEventDispatcher::TimerInfo::timerId

The timer's unique id.

\variable QAbstractEventDispatcher::TimerInfo::interval

The timer's interval.

\variable QAbstractEventDispatcher::TimerInfo::timerType

The timer's type

See also
Qt::TimerType

\inmodule QtCore

This struct represents information about a timer: \l{QAbstractEventDispatcher::TimerInfoV2::timerId}{timerId}, \l{QAbstractEventDispatcher::TimerInfoV2::interval}{interval}, and \l{QAbstractEventDispatcher::TimerInfoV2::timerType}{timerType}.

See also
timersForObject()

Definition at line 32 of file qabstracteventdispatcher.h.

Member Data Documentation

◆ interval

Duration QAbstractEventDispatcher::TimerInfoV2::interval

Definition at line 34 of file qabstracteventdispatcher.h.

Referenced by QTimerInfoList::registeredTimers().

◆ timerId

Qt::TimerId QAbstractEventDispatcher::TimerInfoV2::timerId

Definition at line 35 of file qabstracteventdispatcher.h.

◆ timerType

Qt::TimerType QAbstractEventDispatcher::TimerInfoV2::timerType

Definition at line 36 of file qabstracteventdispatcher.h.


The documentation for this class was generated from the following file: