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

#include <qqmlmetatype_p.h>

Inheritance diagram for QQmlMetaTypeInterface:
Collaboration diagram for QQmlMetaTypeInterface:

Public Member Functions

 QQmlMetaTypeInterface (QByteArray name)

Public Attributes

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

Detailed Description

Definition at line 294 of file qqmlmetatype_p.h.

Constructor & Destructor Documentation

◆ QQmlMetaTypeInterface()

QQmlMetaTypeInterface::QQmlMetaTypeInterface ( QByteArray name)
inline

Definition at line 297 of file qqmlmetatype_p.h.

References QQmlMetaTypeInterface().

Referenced by QQmlMetaTypeInterface().

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

Member Data Documentation

◆ name

QByteArray QQmlMetaTypeInterface::name

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