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
QMetaCallEvent::Data Struct Reference

#include <qobject_p.h>

Collaboration diagram for QMetaCallEvent::Data:

Public Attributes

QtPrivate::SlotObjUniquePtr slotObj_
void ** args_
QObjectPrivate::StaticMetaCallFunction callFunction_
int nargs_
ushort method_offset_
ushort method_relative_

Detailed Description

Definition at line 369 of file qobject_p.h.

Member Data Documentation

◆ args_

void** QMetaCallEvent::Data::args_

Definition at line 371 of file qobject_p.h.

◆ callFunction_

QObjectPrivate::StaticMetaCallFunction QMetaCallEvent::Data::callFunction_

Definition at line 372 of file qobject_p.h.

◆ method_offset_

ushort QMetaCallEvent::Data::method_offset_

Definition at line 374 of file qobject_p.h.

◆ method_relative_

ushort QMetaCallEvent::Data::method_relative_

Definition at line 375 of file qobject_p.h.

◆ nargs_

int QMetaCallEvent::Data::nargs_

Definition at line 373 of file qobject_p.h.

◆ slotObj_

QtPrivate::SlotObjUniquePtr QMetaCallEvent::Data::slotObj_

Definition at line 370 of file qobject_p.h.


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