Uses of Enum
io.qt.core.Qt.TimerId
-
Uses of Qt.TimerId in io.qt.core
Modifier and TypeMethodDescriptionfinal Qt.TimerId
QBasicTimer.id()
final Qt.TimerId
QChronoTimer.id()
final Qt.TimerId
QTimer.id()
final Qt.TimerId
QTimerEvent.id()
final Qt.TimerId
QAbstractEventDispatcher.registerTimer
(TemporalAmount interval, Qt.TimerType timerType, QObject object) static Qt.TimerId
Qt.TimerId.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.TimerId
Returns the corresponding enum entry for the given value and name.final Qt.TimerId
QAbstractEventDispatcher.TimerInfoV2.timerId()
static Qt.TimerId
Returns the enum constant of this type with the specified name.static Qt.TimerId[]
Qt.TimerId.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal void
QObject.killTimer
(Qt.TimerId id) void
QAbstractEventDispatcher.registerTimer
(Qt.TimerId timerId, TemporalAmount interval, Qt.TimerType timerType, QObject object) abstract void
QAbstractEventDispatcherV2.registerTimer
(Qt.TimerId timerId, TemporalAmount interval, Qt.TimerType timerType, QObject object) QAbstractEventDispatcher.remainingTime
(Qt.TimerId timerId) abstract TemporalAmount
QAbstractEventDispatcherV2.remainingTime
(Qt.TimerId timerId) final void
QAbstractEventDispatcher.TimerInfoV2.setTimerId
(Qt.TimerId timerId) boolean
QAbstractEventDispatcher.unregisterTimer
(Qt.TimerId timerId) abstract boolean
QAbstractEventDispatcherV2.unregisterTimer
(Qt.TimerId timerId) ModifierConstructorDescriptionQTimerEvent
(Qt.TimerId timerId) TimerInfoV2
(TemporalAmount interval, Qt.TimerId timerId, Qt.TimerType timerType) SeeQAbstractEventDispatcher::TimerInfoV2::
TimerInfoV2{std::chrono::nanoseconds, Qt::TimerId, Qt::TimerType}