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

#include <qobjectdefs.h>

+ Collaboration diagram for QMetaObject::Data:

Public Types

typedef void(*) StaticMetacallFunction(QObject *, QMetaObject::Call, int, void **)
 

Public Attributes

SuperData superdata
 
const uintstringdata
 
const uintdata
 
StaticMetacallFunction static_metacall
 
const SuperDatarelatedMetaObjects
 
const QtPrivate::QMetaTypeInterface *const * metaTypes
 
voidextradata
 

Detailed Description

Definition at line 600 of file qobjectdefs.h.

Member Typedef Documentation

◆ StaticMetacallFunction

void(*) QMetaObject::Data::StaticMetacallFunction(QObject *, QMetaObject::Call, int, void **)

Definition at line 604 of file qobjectdefs.h.

Member Data Documentation

◆ data

const uint* QMetaObject::Data::data

Definition at line 603 of file qobjectdefs.h.

◆ extradata

void* QMetaObject::Data::extradata

Definition at line 608 of file qobjectdefs.h.

◆ metaTypes

const QtPrivate::QMetaTypeInterface* const* QMetaObject::Data::metaTypes

Definition at line 607 of file qobjectdefs.h.

◆ relatedMetaObjects

const SuperData* QMetaObject::Data::relatedMetaObjects

Definition at line 606 of file qobjectdefs.h.

◆ static_metacall

StaticMetacallFunction QMetaObject::Data::static_metacall

Definition at line 605 of file qobjectdefs.h.

◆ stringdata

const uint* QMetaObject::Data::stringdata

Definition at line 602 of file qobjectdefs.h.

◆ superdata

SuperData QMetaObject::Data::superdata

Definition at line 601 of file qobjectdefs.h.


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