Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlMetaTypeInterface Struct Reference

#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
 

Detailed Description

Definition at line 286 of file qqmlmetatype_p.h.

Constructor & Destructor Documentation

◆ QQmlMetaTypeInterface()

QQmlMetaTypeInterface::QQmlMetaTypeInterface ( const QByteArray & name)
inline

Definition at line 289 of file qqmlmetatype_p.h.

Member Data Documentation

◆ name

const QByteArray QQmlMetaTypeInterface::name

Definition at line 288 of file qqmlmetatype_p.h.


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