QAbstractEventDispatcher.TimerInfo

Inheritance diagram of PySide2.QtCore.QAbstractEventDispatcher.TimerInfo

Detailed Description

This struct represents information about a timer: timerId , interval , and timerType .

See also

registeredTimers()

class PySide2.QtCore.QAbstractEventDispatcher.TimerInfo(id, i, t)
param i

int

param id

int

param t

TimerType

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

PySide2.QtCore.QAbstractEventDispatcher.TimerInfo.timerId
PySide2.QtCore.QAbstractEventDispatcher.TimerInfo.interval
PySide2.QtCore.QAbstractEventDispatcher.TimerInfo.timerType