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