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

Referenced by QtPrivate::Invoke::dataHelper().

◆ metaType

const QtPrivate::QMetaTypeInterface* QMetaMethodArgument::metaType

Definition at line 134 of file qobjectdefs.h.

Referenced by QtPrivate::Invoke::metaTypeHelper().

◆ name

const char* QMetaMethodArgument::name

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