![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
QObjectSlotDispatcher () | |
![]() | |
QSlotObjectBase (ImplFn fn) | |
int | ref () noexcept |
void | destroyIfLastRef () noexcept |
bool | compare (void **a) |
void | call (QObject *r, void **a) |
bool | isImpl (ImplFn f) const |
Static Public Member Functions | |
static void | impl (int which, QSlotObjectBase *this_, QObject *receiver, void **metaArgs, bool *ret) |
Public Attributes | |
PersistentValue | function |
PersistentValue | thisObject |
QMetaMethod | signal |
Additional Inherited Members | |
![]() | |
enum | Operation { Destroy , Call , Compare , NumOperations } |
![]() | |
~QSlotObjectBase () | |
Definition at line 1076 of file qv4qobjectwrapper.cpp.
|
inline |
Definition at line 1082 of file qv4qobjectwrapper.cpp.
|
inlinestatic |
Definition at line 1086 of file qv4qobjectwrapper.cpp.
References arg, QV4::JSCallArguments::args, QV4::StaticValue::asReturnedValue(), QV4::ExecutionEngine::catchExceptionAsQmlError(), Compare(), connection, QV4::PersistentValue::engine(), error, QV4::ExecutionEngine::fromVariant(), function, function, QQmlEnginePrivate::get(), QV4::EngineBase::globalObject, QV4::Scope::hasException(), QV4::StaticValue::isUndefined(), QV4::PersistentValue::isUndefined(), QQmlMetaObject::methodParameterTypes(), Q_UNUSED, QV4::ExecutionEngine::qmlEngine(), qmlEngine(), QStringLiteral, ret, signal, storage, QV4::JSCallArguments::thisObject, thisObject, QV4::PersistentValue::value(), QMessageLogger::warning(), and QQmlEnginePrivate::warning().
PersistentValue QV4::QObjectSlotDispatcher::function |
Definition at line 1078 of file qv4qobjectwrapper.cpp.
Referenced by impl(), and QV4::QObjectWrapper::method_connect().
QMetaMethod QV4::QObjectSlotDispatcher::signal |
Definition at line 1080 of file qv4qobjectwrapper.cpp.
Referenced by impl(), and QV4::QObjectWrapper::method_connect().
PersistentValue QV4::QObjectSlotDispatcher::thisObject |
Definition at line 1079 of file qv4qobjectwrapper.cpp.
Referenced by impl(), and QV4::QObjectWrapper::method_connect().