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

#include <qobjectdefs.h>

+ Collaboration diagram for QMetaMethodArgument:

Public Attributes

const QtPrivate::QMetaTypeInterfacemetaType
 
const char * name
 
const voiddata
 

Detailed Description

Definition at line 132 of file qobjectdefs.h.

Member Data Documentation

◆ data

const void* QMetaMethodArgument::data

Definition at line 136 of file qobjectdefs.h.

◆ metaType

const QtPrivate::QMetaTypeInterface* QMetaMethodArgument::metaType

Definition at line 134 of file qobjectdefs.h.

◆ name

const char* QMetaMethodArgument::name

Definition at line 135 of file qobjectdefs.h.


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