TimerInfoV2 Struct

struct QAbstractEventDispatcher ::TimerInfoV2

公共变量

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

详细描述

此结构表示计时器的有关信息: timerId , interval ,和 timerType .

另请参阅 timersForObject ().

成员变量文档编制

QAbstractEventDispatcher::Duration TimerInfoV2:: interval

计时器的间隔。

Qt::TimerId TimerInfoV2:: timerId

The timer's unique id. This is created by registerTimer() upon creation and uniquely identifies a timer while it is active. It is also used by QTimer::id () and returned by QObject::startTimer ().

Qt::TimerType TimerInfoV2:: timerType

计时器的类型

另请参阅 Qt::TimerType .