![]() |
Qt 6.x
The Qt SDK
|
#include <qqmltype_p_p.h>
Public Attributes | |
int | allocationSize |
void(* | newFunc )(void *, void *) |
void * | userdata = nullptr |
QString | noCreationReason |
QVariant(* | createValueTypeFunc )(const QJSValue &) |
int | parserStatusCast |
QObject *(* | extFunc )(QObject *) |
const QMetaObject * | extMetaObject |
QQmlCustomParser * | customParser |
QQmlAttachedPropertiesFunc | attachedPropertiesFunc |
const QMetaObject * | attachedPropertiesType |
int | propertyValueSourceCast |
int | propertyValueInterceptorCast |
int | finalizerCast |
bool | registerEnumClassesUnscoped |
bool | registerEnumsFromRelatedTypes |
bool | constructValueType |
bool | populateValueType |
Definition at line 95 of file qqmltype_p_p.h.
int QQmlTypePrivate::QQmlCppTypeData::allocationSize |
Definition at line 97 of file qqmltype_p_p.h.
Referenced by QQmlTypePrivate::QQmlTypePrivate(), and QQmlType::create().
QQmlAttachedPropertiesFunc QQmlTypePrivate::QQmlCppTypeData::attachedPropertiesFunc |
Definition at line 106 of file qqmltype_p_p.h.
Referenced by QQmlTypePrivate::QQmlTypePrivate().
const QMetaObject* QQmlTypePrivate::QQmlCppTypeData::attachedPropertiesType |
Definition at line 107 of file qqmltype_p_p.h.
Referenced by QQmlTypePrivate::QQmlTypePrivate().
bool QQmlTypePrivate::QQmlCppTypeData::constructValueType |
Definition at line 113 of file qqmltype_p_p.h.
Referenced by QQmlType::canConstructValueType().
Definition at line 101 of file qqmltype_p_p.h.
Referenced by QQmlTypePrivate::QQmlTypePrivate(), and QQmlType::createValueTypeFunction().
QQmlCustomParser* QQmlTypePrivate::QQmlCppTypeData::customParser |
Definition at line 105 of file qqmltype_p_p.h.
Referenced by QQmlTypePrivate::QQmlTypePrivate(), and QQmlType::customParser().
Definition at line 103 of file qqmltype_p_p.h.
Referenced by QQmlTypePrivate::QQmlTypePrivate(), QQmlType::extensionFunction(), and QQmlTypePrivate::init().
const QMetaObject* QQmlTypePrivate::QQmlCppTypeData::extMetaObject |
Definition at line 104 of file qqmltype_p_p.h.
Referenced by QQmlTypePrivate::QQmlTypePrivate(), QQmlType::extensionMetaObject(), and QQmlTypePrivate::init().
int QQmlTypePrivate::QQmlCppTypeData::finalizerCast |
Definition at line 110 of file qqmltype_p_p.h.
Referenced by QQmlTypePrivate::QQmlTypePrivate(), and QQmlType::finalizerCast().
Definition at line 98 of file qqmltype_p_p.h.
Referenced by QQmlTypePrivate::QQmlTypePrivate(), QQmlType::create(), QQmlType::createFunction(), and QQmlType::isCreatable().
QString QQmlTypePrivate::QQmlCppTypeData::noCreationReason |
Definition at line 100 of file qqmltype_p_p.h.
Referenced by QQmlType::noCreationReason().
int QQmlTypePrivate::QQmlCppTypeData::parserStatusCast |
Definition at line 102 of file qqmltype_p_p.h.
Referenced by QQmlTypePrivate::QQmlTypePrivate(), and QQmlType::parserStatusCast().
bool QQmlTypePrivate::QQmlCppTypeData::populateValueType |
Definition at line 114 of file qqmltype_p_p.h.
Referenced by QQmlType::canPopulateValueType().
int QQmlTypePrivate::QQmlCppTypeData::propertyValueInterceptorCast |
Definition at line 109 of file qqmltype_p_p.h.
Referenced by QQmlTypePrivate::QQmlTypePrivate(), and QQmlType::propertyValueInterceptorCast().
int QQmlTypePrivate::QQmlCppTypeData::propertyValueSourceCast |
Definition at line 108 of file qqmltype_p_p.h.
Referenced by QQmlTypePrivate::QQmlTypePrivate(), and QQmlType::propertyValueSourceCast().
bool QQmlTypePrivate::QQmlCppTypeData::registerEnumClassesUnscoped |
Definition at line 111 of file qqmltype_p_p.h.
Referenced by QQmlTypePrivate::QQmlTypePrivate(), and QQmlTypePrivate::insertEnums().
bool QQmlTypePrivate::QQmlCppTypeData::registerEnumsFromRelatedTypes |
Definition at line 112 of file qqmltype_p_p.h.
Referenced by QQmlTypePrivate::QQmlTypePrivate(), and QQmlTypePrivate::insertEnums().
Definition at line 99 of file qqmltype_p_p.h.
Referenced by QQmlType::create().