Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qobjectdefs.h>
Public Types | |
typedef void(*) | StaticMetacallFunction(QObject *, QMetaObject::Call, int, void **) |
Public Attributes | |
SuperData | superdata |
const uint * | stringdata |
const uint * | data |
StaticMetacallFunction | static_metacall |
const SuperData * | relatedMetaObjects |
const QtPrivate::QMetaTypeInterface *const * | metaTypes |
void * | extradata |
Definition at line 600 of file qobjectdefs.h.
void(*) QMetaObject::Data::StaticMetacallFunction(QObject *, QMetaObject::Call, int, void **) |
Definition at line 604 of file qobjectdefs.h.
const uint* QMetaObject::Data::data |
Definition at line 603 of file qobjectdefs.h.
void* QMetaObject::Data::extradata |
Definition at line 608 of file qobjectdefs.h.
const QtPrivate::QMetaTypeInterface* const* QMetaObject::Data::metaTypes |
Definition at line 607 of file qobjectdefs.h.
const SuperData* QMetaObject::Data::relatedMetaObjects |
Definition at line 606 of file qobjectdefs.h.
StaticMetacallFunction QMetaObject::Data::static_metacall |
Definition at line 605 of file qobjectdefs.h.
const uint* QMetaObject::Data::stringdata |
Definition at line 602 of file qobjectdefs.h.
SuperData QMetaObject::Data::superdata |
Definition at line 601 of file qobjectdefs.h.