Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QAbstractEventDispatcher::TimerInfo Class Reference

\inmodule QtCore More...

#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

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

Definition at line 22 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 28 of file qabstracteventdispatcher.h.

Member Data Documentation

◆ interval

int QAbstractEventDispatcher::TimerInfo::interval

Definition at line 25 of file qabstracteventdispatcher.h.

Referenced by QObjectPrivate::_q_reregisterTimers().

◆ timerId

int QAbstractEventDispatcher::TimerInfo::timerId

Definition at line 24 of file qabstracteventdispatcher.h.

Referenced by QObjectPrivate::_q_reregisterTimers().

◆ timerType

Qt::TimerType QAbstractEventDispatcher::TimerInfo::timerType

Definition at line 26 of file qabstracteventdispatcher.h.

Referenced by QObjectPrivate::_q_reregisterTimers().


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