Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QV4::QObjectSlotDispatcher Struct Reference
+ Inheritance diagram for QV4::QObjectSlotDispatcher:
+ Collaboration diagram for QV4::QObjectSlotDispatcher:

Public Member Functions

 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)
 

Public Attributes

PersistentValue function
 
PersistentValue thisObject
 
QMetaMethod signal
 

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 1206 of file qv4qobjectwrapper.cpp.

Constructor & Destructor Documentation

◆ QObjectSlotDispatcher()

QV4::QObjectSlotDispatcher::QObjectSlotDispatcher ( )
inline

Definition at line 1212 of file qv4qobjectwrapper.cpp.

Member Function Documentation

◆ impl()

Member Data Documentation

◆ function

PersistentValue QV4::QObjectSlotDispatcher::function

Definition at line 1208 of file qv4qobjectwrapper.cpp.

Referenced by impl(), and QV4::QObjectWrapper::method_connect().

◆ signal

QMetaMethod QV4::QObjectSlotDispatcher::signal

Definition at line 1210 of file qv4qobjectwrapper.cpp.

Referenced by impl(), and QV4::QObjectWrapper::method_connect().

◆ thisObject

PersistentValue QV4::QObjectSlotDispatcher::thisObject

Definition at line 1209 of file qv4qobjectwrapper.cpp.

Referenced by impl(), and QV4::QObjectWrapper::method_connect().


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