Qt 5.12
Qt Core
C++ Classes
QTimer
Qt 5.12.0 Reference Documentation
List of All Members for QTimer
This is the complete list of members for
QTimer
, including inherited members.
QTimer
(QObject *)
~QTimer
()
callOnTimeout
(Functor , Qt::ConnectionType ) : QMetaObject::Connection
callOnTimeout
(const QObject *, Functor , Qt::ConnectionType ) : QMetaObject::Connection
callOnTimeout
(const QObject *, PointerToMemberFunction , Qt::ConnectionType ) : QMetaObject::Connection
interval
() const : int
intervalAsDuration
() const : std::chrono::milliseconds
isActive
() const : bool
isSingleShot
() const : bool
metaObject
() const : const QMetaObject *
qt_metacall
(
QMetaObject::Call
,
int
,
void **
) : int
qt_metacast
(
const char *
) : void *
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
(int )
start
()
start
(std::chrono::milliseconds )
staticMetaObject
: const QMetaObject
stop
()
timeout
()
timerEvent
(QTimerEvent *)
timerId
() const : int
timerType
() const : Qt::TimerType
tr
(const char *, const char *, int ) : QString
trUtf8
(const char *, const char *, int ) : QString