java.lang.Object
io.qt.QtObject
io.qt.core.QAbstractEventDispatcher.TimerInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QAbstractEventDispatcher
Java wrapper for Qt's class QAbstractEventDispatcher::TimerInfo
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionTimerInfo
(int id, int i, Qt.TimerType t) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.final int
Kotlin property getter.final int
Kotlin property getter.final Qt.TimerType
Kotlin property getter.int
hashCode()
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
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setInterval
-
getInterval
Kotlin property getter. In Java use
interval()
instead. -
interval
-
setTimerId
-
getTimerId
Kotlin property getter. In Java use
timerId()
instead. -
timerId
-
setTimerType
-
getTimerType
Kotlin property getter. In Java use
timerType()
instead. -
timerType
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-