QtBase  v6.3.1
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
QmlReceiver Struct Reference
Inheritance diagram for QmlReceiver:
Inheritance graph
[legend]
Collaboration diagram for QmlReceiver:
Collaboration graph
[legend]

Public Member Functions

 QmlReceiver ()
 
- Public Member Functions inherited from QtPrivate::QSlotObjectBase
 QSlotObjectBase (ImplFn fn)
 
int ref () noexcept
 
void destroyIfLastRef () noexcept
 
bool compare (void **a)
 
void call (QObject *r, void **a)
 

Static Public Member Functions

static void impl (int which, QSlotObjectBase *this_, QObject *, void **metaArgs, bool *ret)
 

Public Attributes

int callCount
 
voidmagic
 

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 6780 of file tst_qobject.cpp.

Constructor & Destructor Documentation

◆ QmlReceiver()

QmlReceiver::QmlReceiver ( )
inline

Definition at line 6785 of file tst_qobject.cpp.

Member Function Documentation

◆ impl()

static void QmlReceiver::impl ( int  which,
QSlotObjectBase this_,
QObject ,
void **  metaArgs,
bool *  ret 
)
inlinestatic

Definition at line 6791 of file tst_qobject.cpp.

Member Data Documentation

◆ callCount

int QmlReceiver::callCount

Definition at line 6782 of file tst_qobject.cpp.

◆ magic

void* QmlReceiver::magic

Definition at line 6783 of file tst_qobject.cpp.


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