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
QMetaMethodReturnArgument Struct Reference

#include <qobjectdefs.h>

+ Inheritance diagram for QMetaMethodReturnArgument:
+ Collaboration diagram for QMetaMethodReturnArgument:

Public Attributes

const QtPrivate::QMetaTypeInterfacemetaType
 
const char * name
 
voiddata
 

Detailed Description

Definition at line 139 of file qobjectdefs.h.

Member Data Documentation

◆ data

void* QMetaMethodReturnArgument::data

Definition at line 143 of file qobjectdefs.h.

Referenced by QtPrivate::invokeMethodHelper().

◆ metaType

const QtPrivate::QMetaTypeInterface* QMetaMethodReturnArgument::metaType

Definition at line 141 of file qobjectdefs.h.

Referenced by QtPrivate::invokeMethodHelper().

◆ name

const char* QMetaMethodReturnArgument::name

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