QtBase  v6.3.1
Public Types | Public Attributes | List of all members
QMetaObject::Data Struct Reference

#include <qobjectdefs.h>

Collaboration diagram for QMetaObject::Data:
Collaboration graph
[legend]

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 *constmetaTypes
 
voidextradata
 

Detailed Description

Definition at line 430 of file qobjectdefs.h.

Member Typedef Documentation

◆ StaticMetacallFunction

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

Definition at line 434 of file qobjectdefs.h.

Member Data Documentation

◆ data

const uint* QMetaObject::Data::data

Definition at line 433 of file qobjectdefs.h.

◆ extradata

void* QMetaObject::Data::extradata

Definition at line 438 of file qobjectdefs.h.

◆ metaTypes

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

Definition at line 437 of file qobjectdefs.h.

◆ relatedMetaObjects

const SuperData* QMetaObject::Data::relatedMetaObjects

Definition at line 436 of file qobjectdefs.h.

◆ static_metacall

StaticMetacallFunction QMetaObject::Data::static_metacall

Definition at line 435 of file qobjectdefs.h.

◆ stringdata

const uint* QMetaObject::Data::stringdata

Definition at line 432 of file qobjectdefs.h.

◆ superdata

SuperData QMetaObject::Data::superdata

Definition at line 431 of file qobjectdefs.h.


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