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
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 591 of file qobjectdefs.h.

Member Typedef Documentation

◆ StaticMetacallFunction

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

Definition at line 595 of file qobjectdefs.h.

Member Data Documentation

◆ data

const uint* QMetaObject::Data::data

Definition at line 594 of file qobjectdefs.h.

◆ extradata

void* QMetaObject::Data::extradata

Definition at line 599 of file qobjectdefs.h.

◆ metaTypes

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

Definition at line 598 of file qobjectdefs.h.

◆ relatedMetaObjects

const SuperData* QMetaObject::Data::relatedMetaObjects

Definition at line 597 of file qobjectdefs.h.

◆ static_metacall

StaticMetacallFunction QMetaObject::Data::static_metacall

Definition at line 596 of file qobjectdefs.h.

◆ stringdata

const uint* QMetaObject::Data::stringdata

Definition at line 593 of file qobjectdefs.h.

◆ superdata

SuperData QMetaObject::Data::superdata

Definition at line 592 of file qobjectdefs.h.


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