java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QBasicTimer
- All Implemented Interfaces:
QtObjectInterface
public class QBasicTimer extends QtObject
Timer events for objects
Java wrapper for Qt class QBasicTimer
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QBasicTimer()
QBasicTimer(QBasicTimer arg__1)
Deprecated.copy-construction is unsupported; use move-construction insteadprotected
QBasicTimer(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description boolean
isActive()
void
start(int msec, QObject obj)
void
start(int msec, Qt.TimerType timerType, QObject obj)
void
stop()
void
swap(QBasicTimer other)
int
timerId()
-
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