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

Member Typedef Documentation

◆ StaticMetacallFunction

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

Definition at line 617 of file qobjectdefs.h.

Member Data Documentation

◆ data

const uint* QMetaObject::Data::data

Definition at line 616 of file qobjectdefs.h.

◆ extradata

void* QMetaObject::Data::extradata

Definition at line 621 of file qobjectdefs.h.

◆ metaTypes

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

Definition at line 620 of file qobjectdefs.h.

◆ relatedMetaObjects

const SuperData* QMetaObject::Data::relatedMetaObjects

Definition at line 619 of file qobjectdefs.h.

◆ static_metacall

StaticMetacallFunction QMetaObject::Data::static_metacall

Definition at line 618 of file qobjectdefs.h.

◆ stringdata

const uint* QMetaObject::Data::stringdata

Definition at line 615 of file qobjectdefs.h.

◆ superdata

SuperData QMetaObject::Data::superdata

Definition at line 614 of file qobjectdefs.h.


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