![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlmetatype_p.h>
Inheritance diagram for QQmlMetaTypeInterface:
Collaboration diagram for QQmlMetaTypeInterface:Public Member Functions | |
| QQmlMetaTypeInterface (const QByteArray &name) | |
Public Attributes | |
| const QByteArray | name |
Public Attributes inherited from QtPrivate::QMetaTypeInterface | |
| ushort | revision |
| ushort | alignment |
| uint | size |
| uint | flags |
| QMTI_MUTABLE QBasicAtomicInt | typeId |
| MetaObjectFn | metaObjectFn |
| const char * | name |
| DefaultCtrFn | defaultCtr |
| CopyCtrFn | copyCtr |
| MoveCtrFn | moveCtr |
| DtorFn | dtor |
| EqualsFn | equals |
| LessThanFn | lessThan |
| DebugStreamFn | debugStream |
| DataStreamOutFn | dataStreamOut |
| DataStreamInFn | dataStreamIn |
| LegacyRegisterOp | legacyRegisterOp |
Additional Inherited Members | |
Public Types inherited from QtPrivate::QMetaTypeInterface | |
| using | MetaObjectFn = const QMetaObject *(*)(const QMetaTypeInterface *) |
| using | DefaultCtrFn = void(*)(const QMetaTypeInterface *, void *) |
| using | CopyCtrFn = void(*)(const QMetaTypeInterface *, void *, const void *) |
| using | MoveCtrFn = void(*)(const QMetaTypeInterface *, void *, void *) |
| using | DtorFn = void(*)(const QMetaTypeInterface *, void *) |
| using | EqualsFn = bool(*)(const QMetaTypeInterface *, const void *, const void *) |
| using | LessThanFn = bool(*)(const QMetaTypeInterface *, const void *, const void *) |
| using | DebugStreamFn = void(*)(const QMetaTypeInterface *, QDebug &, const void *) |
| using | DataStreamOutFn = void(*)(const QMetaTypeInterface *, QDataStream &, const void *) |
| using | DataStreamInFn = void(*)(const QMetaTypeInterface *, QDataStream &, void *) |
| using | LegacyRegisterOp = void(*)() |
Static Public Attributes inherited from QtPrivate::QMetaTypeInterface | |
| static constexpr ushort | CurrentRevision = 1 |
Definition at line 290 of file qqmlmetatype_p.h.
|
inline |
Definition at line 293 of file qqmlmetatype_p.h.
| const QByteArray QQmlMetaTypeInterface::name |
Definition at line 292 of file qqmlmetatype_p.h.