![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
This is the complete list of members for QWasmEventDispatcher, including all inherited members.
| aboutToBlock() | QAbstractEventDispatcher | signal |
| awake() | QAbstractEventDispatcher | signal |
| bindableObjectName() | QObject | |
| bindingStorage() | QObject | inline |
| bindingStorage() const | QObject | inline |
| blockSignals(bool b) noexcept | QObject | |
| callOnLoadedIfRequired() | QEventDispatcherWasm | static |
| childEvent(QChildEvent *event) | QObject | protectedvirtual |
| children() const | QObject | inline |
| closingDown() | QAbstractEventDispatcher | virtual |
| completeStarupTask() | QEventDispatcherWasm | static |
| 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 | |
| Duration typedef | QAbstractEventDispatcher | |
| dynamicPropertyNames() const | QObject | |
| event(QEvent *event) | QObject | virtual |
| eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
| filterNativeEvent(const QByteArray &eventType, void *message, qintptr *result) | QAbstractEventDispatcher | |
| findChild(QAnyStringView aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
| findChild(Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
| findChildren(QAnyStringView 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 | |
| installNativeEventFilter(QAbstractNativeEventFilter *filterObj) | QAbstractEventDispatcher | |
| instance(QThread *thread=nullptr) | QAbstractEventDispatcher | static |
| interrupt() override | QEventDispatcherWasm | virtual |
| isQmlObjectType() const | QObject | |
| isQuickItemType() const | QObject | inline |
| isSignalConnected(const QMetaMethod &signal) const | QObject | protected |
| isWidgetType() const | QObject | inline |
| isWindowType() const | QObject | inline |
| killTimer(int id) | QObject | |
| killTimer(Qt::TimerId id) | QObject | |
| moveToThread(QThread *thread QT6_DECL_NEW_OVERLOAD_TAIL) | QObject | |
| objectName | QObject | |
| objectName() const | QObject | |
| objectNameChanged(const QString &objectName, QPrivateSignal) | QObject | signal |
| onLoaded() override | QWasmEventDispatcher | protectedvirtual |
| onProcessNativeEventsResume() | QEventDispatcherWasm | static |
| onTimer() | QEventDispatcherWasm | static |
| onWakeup() | QEventDispatcherWasm | static |
| parent() const | QObject | inline |
| processEvents(QEventLoop::ProcessEventsFlags flags) override | QEventDispatcherWasm | virtual |
| property(const char *name) const | QObject | |
| QAbstractEventDispatcher(QObject *parent=nullptr) | QAbstractEventDispatcher | explicit |
| QAbstractEventDispatcher(QAbstractEventDispatcherPrivate &, QObject *parent) | QAbstractEventDispatcher | protected |
| QEventDispatcherWasm(std::shared_ptr< QWasmSuspendResumeControl > suspendResume=std::shared_ptr< QWasmSuspendResumeControl >()) | QEventDispatcherWasm | |
| 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 |
| QWasmEventDispatcher(std::shared_ptr< QWasmSuspendResumeControl > suspendResume) | QWasmEventDispatcher | |
| receivers(const char *signal) const | QObject | protected |
| registerSocketNotifier(QSocketNotifier *notifier) override | QEventDispatcherWasm | virtual |
| registerStartupTask() | QEventDispatcherWasm | static |
| registerTimer(Qt::TimerId timerId, Duration interval, Qt::TimerType timerType, QObject *object) override final | QEventDispatcherWasm | virtual |
| QAbstractEventDispatcher::registerTimer(Duration interval, Qt::TimerType timerType, QObject *object) | QAbstractEventDispatcher | |
| remainingTime(Qt::TimerId timerId) const override final | QEventDispatcherWasm | virtual |
| removeEventFilter(QObject *obj) | QObject | |
| removeNativeEventFilter(QAbstractNativeEventFilter *filterObj) | QAbstractEventDispatcher | |
| sendAllEvents(QEventLoop::ProcessEventsFlags flag) | QEventDispatcherWasm | |
| sender() const | QObject | protected |
| senderSignalIndex() const | QObject | protected |
| sendPostedEvents() override | QWasmEventDispatcher | protectedvirtual |
| 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 |
| signalsBlocked() const noexcept | QObject | inline |
| socketSelect(int timeout, int socket, bool waitForRead, bool waitForWrite, bool *selectForRead, bool *selectForWrite, bool *socketDisconnect) | QEventDispatcherWasm | static |
| startingUp() | QAbstractEventDispatcher | virtual |
| startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
| startTimer(std::chrono::nanoseconds time, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
| thread() const | QObject | |
| timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
| timersForObject(QObject *object) const override final | QEventDispatcherWasm | virtual |
| unregisterSocketNotifier(QSocketNotifier *notifier) override | QEventDispatcherWasm | virtual |
| unregisterTimer(Qt::TimerId timerId) override final | QEventDispatcherWasm | virtual |
| unregisterTimers(QObject *object) override final | QEventDispatcherWasm | virtual |
| wakeUp() override | QEventDispatcherWasm | virtual |
| ~QAbstractEventDispatcher() | QAbstractEventDispatcher | |
| ~QEventDispatcherWasm() | QEventDispatcherWasm | |
| ~QObject() | QObject | virtual |