![]() |
Qt 6.x
The Qt SDK
|
This is the complete list of members for QTimer, including all inherited members.
| active | QTimer | |
| bindableActive() | QTimer | |
| bindableInterval() | QTimer | |
| bindableObjectName() | QObject | |
| bindableSingleShot() | QTimer | |
| bindableTimerType() | QTimer | |
| bindingStorage() | QObject | inline |
| bindingStorage() const | QObject | inline |
| blockSignals(bool b) noexcept | QObject | |
| callOnTimeout(Args &&...args) | QTimer | inline |
| childEvent(QChildEvent *event) | QObject | protectedvirtual |
| children() const | QObject | inline |
| connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) | QObject | static |
| connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
| connect(const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const | QObject | inline |
| connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::ContextTypeForFunctor< Func2 >::ContextType *context, Func2 &&slot, Qt::ConnectionType type=Qt::AutoConnection) | QObject | inlinestatic |
| connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 &&slot) | QObject | inlinestatic |
| connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
| customEvent(QEvent *event) | QObject | protectedvirtual |
| d_ptr | QObject | protected |
| deleteLater() | QObject | slot |
| destroyed(QObject *=nullptr) | QObject | signal |
| disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *member) | QObject | static |
| disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) | QObject | static |
| disconnect(const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) const | QObject | inline |
| disconnect(const QObject *receiver, const char *member=nullptr) const | QObject | inline |
| disconnect(const QMetaObject::Connection &) | QObject | static |
| disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot) | QObject | inlinestatic |
| disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero) | QObject | inlinestatic |
| disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
| dumpObjectInfo() const | QObject | |
| dumpObjectTree() const | QObject | |
| dynamicPropertyNames() const | QObject | |
| event(QEvent *event) | QObject | virtual |
| eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
| findChild(const QString &aName=QString(), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
| findChildren(const QString &aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
| findChildren(Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
| inherits(const char *classname) const | QObject | inline |
| installEventFilter(QObject *filterObj) | QObject | |
| interval | QTimer | |
| interval() const | QTimer | |
| intervalAsDuration() const | QTimer | inline |
| isActive() const | QTimer | |
| isQuickItemType() const | QObject | inline |
| isSignalConnected(const QMetaMethod &signal) const | QObject | protected |
| isSingleShot() const | QTimer | |
| isWidgetType() const | QObject | inline |
| isWindowType() const | QObject | inline |
| moveToThread(QThread *thread) | QObject | |
| objectName | QObject | |
| objectName() const | QObject | |
| objectNameChanged(const QString &objectName, QPrivateSignal) | QObject | signal |
| parent() const | QObject | inline |
| property(const char *name) const | QObject | |
| qFindChildqFindChildren(const QObject *obj, const QString &name)() | QObject | related |
| qFindChildrenqFindChildren(const QObject *obj, const QString &name)() | QObject | related |
| QObject(QObject *parent=nullptr) | QObject | explicit |
| QObject(QObjectPrivate &dd, QObject *parent=nullptr) | QObject | protected |
| qobject_cast(const QObject *object) | QObject | related |
| QObjectList | QObject | related |
| QTimer(QObject *parent=nullptr) | QTimer | explicit |
| receivers(const char *signal) const | QObject | protected |
| remainingTime | QTimer | |
| remainingTime() const | QTimer | |
| remainingTimeAsDuration() const | QTimer | inline |
| removeEventFilter(QObject *obj) | QObject | |
| sender() const | QObject | protected |
| senderSignalIndex() const | QObject | protected |
| setInterval(int msec) | QTimer | |
| setInterval(std::chrono::milliseconds value) | QTimer | inline |
| setObjectName(const QString &name) | QObject | inline |
| setObjectName(QAnyStringView name) | QObject | |
| setParent(QObject *parent) | QObject | |
| setProperty(const char *name, const QVariant &value) | QObject | |
| setProperty(const char *name, QVariant &&value) | QObject | inline |
| setSingleShot(bool singleShot) | QTimer | |
| setTimerType(Qt::TimerType atype) | QTimer | |
| signalsBlocked() const noexcept | QObject | inline |
| singleShot | QTimer | |
| singleShot(int msec, const QObject *receiver, const char *member) | QTimer | static |
| singleShot(int msec, Qt::TimerType timerType, const QObject *receiver, const char *member) | QTimer | static |
| singleShot(Duration interval, const typename QtPrivate::ContextTypeForFunctor< Functor >::ContextType *receiver, Functor &&slot) | QTimer | inlinestatic |
| singleShot(Duration interval, Qt::TimerType timerType, const typename QtPrivate::ContextTypeForFunctor< Functor >::ContextType *receiver, Functor &&slot) | QTimer | inlinestatic |
| singleShot(Duration interval, Functor &&slot) | QTimer | inlinestatic |
| singleShot(Duration interval, Qt::TimerType timerType, Functor &&slot) | QTimer | inlinestatic |
| singleShot(std::chrono::milliseconds value, const QObject *receiver, const char *member) | QTimer | inlinestatic |
| singleShot(std::chrono::milliseconds value, Qt::TimerType timerType, const QObject *receiver, const char *member) | QTimer | inlinestatic |
| start(int msec) | QTimer | slot |
| start() | QTimer | slot |
| start(std::chrono::milliseconds value) | QTimer | inline |
| QObject::startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
| QObject::startTimer(std::chrono::milliseconds time, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
| stop() | QTimer | slot |
| thread() const | QObject | |
| timeout(QPrivateSignal) | QTimer | signal |
| timerEvent(QTimerEvent *) override | QTimer | protectedvirtual |
| timerId() const | QTimer | |
| timerType | QTimer | |
| timerType() const | QTimer | |
| ~QObject() | QObject | virtual |
| ~QTimer() | QTimer |