Qt 6.4
Qt Core
C++ Classes
QTimer
Qt 6.4.1 Reference Documentation
List of All Members for QTimer
This is the complete list of members for
QTimer
, including inherited members.
QTimer
(QObject *)
start
()
start
(int)
stop
()
timeout
()
~QTimer
()
callOnTimeout
(Functor, Qt::ConnectionType) : QMetaObject::Connection
callOnTimeout
(const QObject *, Functor, Qt::ConnectionType) : QMetaObject::Connection
callOnTimeout
(const QObject *, MemberFunction *, Qt::ConnectionType) : QMetaObject::Connection
interval
() const : int
intervalAsDuration
() const : std::chrono::milliseconds
isActive
() const : bool
isSingleShot
() const : bool
remainingTime
() const : int
remainingTimeAsDuration
() const : std::chrono::milliseconds
setInterval
(int)
setInterval
(std::chrono::milliseconds)
setSingleShot
(bool)
setTimerType
(Qt::TimerType)
singleShot
(int, const QObject *, const char *)
singleShot
(int, Qt::TimerType, const QObject *, const char *)
singleShot
(int, const QObject *, PointerToMemberFunction)
singleShot
(int, Qt::TimerType, const QObject *, PointerToMemberFunction)
singleShot
(int, Functor)
singleShot
(int, Qt::TimerType, Functor)
singleShot
(int, const QObject *, Functor)
singleShot
(int, Qt::TimerType, const QObject *, Functor)
singleShot
(std::chrono::milliseconds, const QObject *, const char *)
singleShot
(std::chrono::milliseconds, Qt::TimerType, const QObject *, const char *)
start
(std::chrono::milliseconds)
timerEvent
(QTimerEvent *)
timerId
() const : int
timerType
() const : Qt::TimerType