Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QV4::QObjectSlotDispatcher Struct Reference
Inheritance diagram for QV4::QObjectSlotDispatcher:
Collaboration diagram for QV4::QObjectSlotDispatcher:

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 ()

Detailed Description

Definition at line 1215 of file qv4qobjectwrapper.cpp.

Constructor & Destructor Documentation

◆ QObjectSlotDispatcher() [1/2]

QV4::QObjectSlotDispatcher::QObjectSlotDispatcher ( )
inline

Definition at line 1222 of file qv4qobjectwrapper.cpp.

References QObjectSlotDispatcher().

Referenced by QObjectSlotDispatcher().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ QObjectSlotDispatcher() [2/2]

QV4::QObjectSlotDispatcher::QObjectSlotDispatcher ( )
inline

Definition at line 1222 of file qv4qobjectwrapper.cpp.

Member Function Documentation

◆ impl() [1/2]

void QV4::QObjectSlotDispatcher::impl ( int which,
QSlotObjectBase * this_,
QObject * receiver,
void ** metaArgs,
bool * ret )
inlinestatic

Definition at line 1226 of file qv4qobjectwrapper.cpp.

◆ impl() [2/2]

void QV4::QObjectSlotDispatcher::impl ( int which,
QSlotObjectBase * this_,
QObject * receiver,
void ** metaArgs,
bool * ret )
inlinestatic

Definition at line 1226 of file qv4qobjectwrapper.cpp.

Member Data Documentation

◆ function

PersistentValue QV4::QObjectSlotDispatcher::function

Definition at line 1217 of file qv4qobjectwrapper.cpp.

◆ maxNumArguments

qsizetype QV4::QObjectSlotDispatcher::maxNumArguments

Definition at line 1220 of file qv4qobjectwrapper.cpp.

◆ signal

QMetaMethod QV4::QObjectSlotDispatcher::signal

Definition at line 1219 of file qv4qobjectwrapper.cpp.

◆ thisObject

PersistentValue QV4::QObjectSlotDispatcher::thisObject

Definition at line 1218 of file qv4qobjectwrapper.cpp.


The documentation for this struct was generated from the following file: