![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlmetatype_p.h>
Inheritance diagram for QQmlListMetaTypeInterface:
Collaboration diagram for QQmlListMetaTypeInterface:Public Member Functions | |
| QQmlListMetaTypeInterface (const QByteArray &name, const QtPrivate::QMetaTypeInterface *valueType) | |
Public Attributes | |
| const QByteArray | name |
| const QtPrivate::QMetaTypeInterface * | valueType |
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 323 of file qqmlmetatype_p.h.
|
inline |
Definition at line 328 of file qqmlmetatype_p.h.
| const QByteArray QQmlListMetaTypeInterface::name |
Definition at line 325 of file qqmlmetatype_p.h.
| const QtPrivate::QMetaTypeInterface* QQmlListMetaTypeInterface::valueType |
Definition at line 327 of file qqmlmetatype_p.h.