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
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.

◆ metaType

const QtPrivate::QMetaTypeInterface* QMetaMethodReturnArgument::metaType

Definition at line 141 of file qobjectdefs.h.

◆ name

const char* QMetaMethodReturnArgument::name

Definition at line 142 of file qobjectdefs.h.


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