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::TimerInfo Class Reference

#include <qabstracteventdispatcher.h>

+ Collaboration diagram for QAbstractEventDispatcher::TimerInfo:

Public Member Functions

 TimerInfo (int id, int i, Qt::TimerType t)
 Constructs a TimerInfo struct with the given timerId, interval, and timerType.
 

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()

Definition at line 23 of file qabstracteventdispatcher.h.

Constructor & Destructor Documentation

◆ TimerInfo()

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

Constructs a TimerInfo struct with the given timerId, interval, and timerType.

Definition at line 29 of file qabstracteventdispatcher.h.

Member Data Documentation

◆ interval

int QAbstractEventDispatcher::TimerInfo::interval

Definition at line 26 of file qabstracteventdispatcher.h.

◆ timerId

int QAbstractEventDispatcher::TimerInfo::timerId

Definition at line 25 of file qabstracteventdispatcher.h.

◆ timerType

Qt::TimerType QAbstractEventDispatcher::TimerInfo::timerType

Definition at line 27 of file qabstracteventdispatcher.h.


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