java.lang.Object
io.qt.QtObject
io.qt.core.QBasicTimer
- All Implemented Interfaces:
QtObjectInterface
Timer events for objects
Java wrapper for Qt's class QBasicTimer
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQBasicTimer
(QBasicTimer arg__1) Deprecated.copy-construction is unsupported; use move-construction insteadprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QBasicTimer arg__1) Deprecated.copy-assignment is unsupported; use move-assignment insteadfinal boolean
isActive()
final void
start
(int msec, Qt.TimerType timerType, QObject obj) final void
final void
stop()
final void
swap
(QBasicTimer other) final int
timerId()
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QBasicTimer
public QBasicTimer() -
QBasicTimer
Deprecated.copy-construction is unsupported; use move-construction instead -
QBasicTimer
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
isActive
-
assign
Deprecated.copy-assignment is unsupported; use move-assignment instead -
start
-
start
-
stop
-
swap
-
timerId
-