java.lang.Object
io.qt.QtObject
io.qt.core.QAbstractEventDispatcher.TimerInfoV2
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QAbstractEventDispatcher
Java wrapper for Qt class QAbstractEventDispatcher::TimerInfoV2
-
Constructor Summary
ConstructorDescriptionSeeQAbstractEventDispatcher::TimerInfoV2::
TimerInfoV2() SeeQAbstractEventDispatcher::TimerInfoV2::
TimerInfoV2(QAbstractEventDispatcher::TimerInfoV2) TimerInfoV2
(TemporalAmount interval, Qt.TimerId timerId, Qt.TimerType timerType) SeeQAbstractEventDispatcher::TimerInfoV2::
TimerInfoV2{std::chrono::nanoseconds, Qt::TimerId, Qt::TimerType} -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates and returns a copy of this object.final boolean
Seeoperator==(QAbstractEventDispatcher::TimerInfoV2,
QAbstractEventDispatcher::TimerInfoV2) boolean
Seeoperator==(QAbstractEventDispatcher::TimerInfoV2,
QAbstractEventDispatcher::TimerInfoV2) int
hashCode()
Returns the objects's hash code computed byqHash(QAbstractEventDispatcher::TimerInfoV2)
.final Duration
interval()
final void
setInterval
(TemporalAmount interval) final void
setTimerId
(Qt.TimerId timerId) final void
setTimerType
(Qt.TimerType timerType) final Qt.TimerId
timerId()
final Qt.TimerType
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
TimerInfoV2
public TimerInfoV2()See
QAbstractEventDispatcher::TimerInfoV2::
TimerInfoV2() -
TimerInfoV2
See
QAbstractEventDispatcher::TimerInfoV2::
TimerInfoV2(QAbstractEventDispatcher::TimerInfoV2) - Parameters:
other
-
-
TimerInfoV2
See
QAbstractEventDispatcher::TimerInfoV2::
TimerInfoV2{std::chrono::nanoseconds, Qt::TimerId, Qt::TimerType} - Parameters:
interval
-timerId
-timerType
-
-
-
Method Details
-
equals
See
operator==(QAbstractEventDispatcher::TimerInfoV2,
QAbstractEventDispatcher::TimerInfoV2) - Parameters:
v2
-- Returns:
-
setInterval
- Parameters:
interval
-
-
interval
- Returns:
-
setTimerId
- Parameters:
timerId
-
-
timerId
- Returns:
-
setTimerType
- Parameters:
timerType
-
-
timerType
- Returns:
-
equals
See
operator==(QAbstractEventDispatcher::TimerInfoV2,
QAbstractEventDispatcher::TimerInfoV2) -
hashCode
Returns the objects's hash code computed byqHash(QAbstractEventDispatcher::TimerInfoV2)
. -
clone
Creates and returns a copy of this object.
See
QAbstractEventDispatcher::TimerInfoV2::
TimerInfoV2(QAbstractEventDispatcher::TimerInfoV2)
-