- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QAbstractEventDispatcher
Java wrapper for Qt class QAbstractEventDispatcher::TimerInfo
-
Constructor Summary
ConstructorDescriptionTimerInfo
(int id, int i, Qt.TimerType t) SeeQAbstractEventDispatcher::TimerInfo::
TimerInfo(int, int, Qt::TimerType) SeeQAbstractEventDispatcher::TimerInfo::
TimerInfo(QAbstractEventDispatcher::TimerInfo) -
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()
SeeQAbstractEventDispatcher::TimerInfo::
interval final void
setInterval
(int interval) SeeQAbstractEventDispatcher::TimerInfo::
interval final void
setTimerId
(int timerId) SeeQAbstractEventDispatcher::TimerInfo::
timerId final void
setTimerType
(Qt.TimerType timerType) SeeQAbstractEventDispatcher::TimerInfo::
timerType final int
timerId()
SeeQAbstractEventDispatcher::TimerInfo::
timerId final Qt.TimerType
SeeQAbstractEventDispatcher::TimerInfo::
timerType Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
TimerInfo
See
QAbstractEventDispatcher::TimerInfo::
TimerInfo(QAbstractEventDispatcher::TimerInfo) - Parameters:
other
-
-
TimerInfo
See
QAbstractEventDispatcher::TimerInfo::
TimerInfo(int, int, Qt::TimerType) - Parameters:
id
-i
-t
-
-
-
Method Details
-
equals
See
operator==(QAbstractEventDispatcher::TimerInfo,
QAbstractEventDispatcher::TimerInfo) - Parameters:
v2
-- Returns:
-
setInterval
See
QAbstractEventDispatcher::TimerInfo::
interval - Parameters:
interval
-
-
interval
See
QAbstractEventDispatcher::TimerInfo::
interval - Returns:
-
setTimerId
See
QAbstractEventDispatcher::TimerInfo::
timerId - Parameters:
timerId
-
-
timerId
See
QAbstractEventDispatcher::TimerInfo::
timerId - Returns:
-
setTimerType
See
QAbstractEventDispatcher::TimerInfo::
timerType - Parameters:
timerType
-
-
timerType
See
QAbstractEventDispatcher::TimerInfo::
timerType - Returns:
-
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)
-