![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
QObjectSlotDispatcher () | |
QObjectSlotDispatcher () | |
Public Member Functions inherited from QtPrivate::QSlotObjectBase | |
QSlotObjectBase (ImplFn fn) | |
bool | 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) |
static void | impl (int which, QSlotObjectBase *this_, QObject *receiver, void **metaArgs, bool *ret) |
Public Attributes | |
PersistentValue | function |
PersistentValue | thisObject |
QMetaMethod | signal |
qsizetype | maxNumArguments |
Additional Inherited Members | |
Protected Types inherited from QtPrivate::QSlotObjectBase | |
enum | Operation { Destroy , Call , Compare , NumOperations } |
Protected Member Functions inherited from QtPrivate::QSlotObjectBase | |
~QSlotObjectBase () |
Definition at line 1215 of file qv4qobjectwrapper.cpp.
|
inline |
Definition at line 1222 of file qv4qobjectwrapper.cpp.
References QObjectSlotDispatcher().
Referenced by QObjectSlotDispatcher().
|
inline |
Definition at line 1222 of file qv4qobjectwrapper.cpp.
|
inlinestatic |
Definition at line 1226 of file qv4qobjectwrapper.cpp.
|
inlinestatic |
Definition at line 1226 of file qv4qobjectwrapper.cpp.
PersistentValue QV4::QObjectSlotDispatcher::function |
Definition at line 1217 of file qv4qobjectwrapper.cpp.
qsizetype QV4::QObjectSlotDispatcher::maxNumArguments |
Definition at line 1220 of file qv4qobjectwrapper.cpp.
QMetaMethod QV4::QObjectSlotDispatcher::signal |
Definition at line 1219 of file qv4qobjectwrapper.cpp.
PersistentValue QV4::QObjectSlotDispatcher::thisObject |
Definition at line 1218 of file qv4qobjectwrapper.cpp.