![]() |
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 613 of file qobjectdefs.h.
| typedef void(* QMetaObject::Data::StaticMetacallFunction) (QObject *, QMetaObject::Call, int, void **) |
Definition at line 617 of file qobjectdefs.h.
| const uint* QMetaObject::Data::data |
Definition at line 616 of file qobjectdefs.h.
| void* QMetaObject::Data::extradata |
Definition at line 621 of file qobjectdefs.h.
| const QtPrivate::QMetaTypeInterface* const* QMetaObject::Data::metaTypes |
Definition at line 620 of file qobjectdefs.h.
| const SuperData* QMetaObject::Data::relatedMetaObjects |
Definition at line 619 of file qobjectdefs.h.
| StaticMetacallFunction QMetaObject::Data::static_metacall |
Definition at line 618 of file qobjectdefs.h.
| const uint* QMetaObject::Data::stringdata |
Definition at line 615 of file qobjectdefs.h.
| SuperData QMetaObject::Data::superdata |
Definition at line 614 of file qobjectdefs.h.