Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QAbstractEventDispatcher::TimerInfo Class Reference

#include <qabstracteventdispatcher.h>

Collaboration diagram for QAbstractEventDispatcher::TimerInfo:

Public Member Functions

 TimerInfo ()=default
 TimerInfo (int id, int i, Qt::TimerType t)

Public Attributes

int timerId
int interval
Qt::TimerType timerType

Detailed Description

Deprecated
[6.8] Use TimerInfoV2 \inmodule QtCore

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

See also
registeredTimers(), QAbstractEventDispatcher::TimerInfoV2, timersForObject()
Deprecated
[6.8] Use TimerInfoV2 \inmodule QtCore

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

See also
registeredTimers(), QAbstractEventDispatcher::TimerInfoV2, timersForObject()

Definition at line 24 of file qabstracteventdispatcher.h.

Constructor & Destructor Documentation

◆ TimerInfo() [1/2]

QAbstractEventDispatcher::TimerInfo::TimerInfo ( )
default

◆ TimerInfo() [2/2]

QAbstractEventDispatcher::TimerInfo::TimerInfo ( int id,
int i,
Qt::TimerType t )
inline

Definition at line 32 of file qabstracteventdispatcher.h.

Member Data Documentation

◆ interval

int QAbstractEventDispatcher::TimerInfo::interval

Definition at line 27 of file qabstracteventdispatcher.h.

◆ timerId

int QAbstractEventDispatcher::TimerInfo::timerId

Definition at line 26 of file qabstracteventdispatcher.h.

◆ timerType

Qt::TimerType QAbstractEventDispatcher::TimerInfo::timerType

Definition at line 28 of file qabstracteventdispatcher.h.


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