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
QQmlListMetaTypeInterface Struct Reference

#include <qqmlmetatype_p.h>

Inheritance diagram for QQmlListMetaTypeInterface:
Collaboration diagram for QQmlListMetaTypeInterface:

Public Member Functions

 QQmlListMetaTypeInterface (QByteArray name, const QtPrivate::QMetaTypeInterface *valueType)

Public Attributes

QByteArray name
const QtPrivate::QMetaTypeInterfacevalueType
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

Detailed Description

Definition at line 327 of file qqmlmetatype_p.h.

Constructor & Destructor Documentation

◆ QQmlListMetaTypeInterface()

QQmlListMetaTypeInterface::QQmlListMetaTypeInterface ( QByteArray name,
const QtPrivate::QMetaTypeInterface * valueType )
inline

Definition at line 332 of file qqmlmetatype_p.h.

References QQmlListMetaTypeInterface().

Referenced by QQmlListMetaTypeInterface().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ name

QByteArray QQmlListMetaTypeInterface::name

◆ valueType

const QtPrivate::QMetaTypeInterface* QQmlListMetaTypeInterface::valueType

Definition at line 331 of file qqmlmetatype_p.h.


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