![]() |
Qt 6.x
The Qt SDK
|
#include <qqmltype_p_p.h>
Collaboration diagram for QQmlTypePrivate::extraData:Public Member Functions | |
| extraData () | |
| ~extraData () | |
Public Attributes | |
| QQmlCppTypeData * | cppTypeData |
| QQmlSingletonTypeData * | singletonTypeData |
| QUrl | compositeTypeData |
| QUrl | inlineComponentTypeData |
| QMetaSequence | sequentialContainerTypeData |
| const char * | interfaceTypeData |
Definition at line 126 of file qqmltype_p_p.h.
|
inline |
Definition at line 127 of file qqmltype_p_p.h.
|
inline |
Definition at line 128 of file qqmltype_p_p.h.
| QUrl QQmlTypePrivate::extraData::compositeTypeData |
Definition at line 132 of file qqmltype_p_p.h.
Referenced by QQmlTypePrivate::QQmlTypePrivate(), and QQmlTypePrivate::sourceUrl().
| QQmlCppTypeData* QQmlTypePrivate::extraData::cppTypeData |
Definition at line 130 of file qqmltype_p_p.h.
Referenced by QQmlTypePrivate::QQmlTypePrivate(), QQmlType::canConstructValueType(), QQmlType::canPopulateValueType(), QQmlType::create(), QQmlType::createFunction(), QQmlType::createValueTypeFunction(), QQmlType::customParser(), QQmlType::extensionFunction(), QQmlType::extensionMetaObject(), QQmlType::finalizerCast(), QQmlTypePrivate::init(), QQmlTypePrivate::insertEnums(), QQmlType::isCreatable(), QQmlType::noCreationReason(), QQmlType::parserStatusCast(), QQmlType::propertyValueInterceptorCast(), and QQmlType::propertyValueSourceCast().
| QUrl QQmlTypePrivate::extraData::inlineComponentTypeData |
Definition at line 133 of file qqmltype_p_p.h.
Referenced by QQmlTypePrivate::QQmlTypePrivate(), and QQmlTypePrivate::sourceUrl().
| const char* QQmlTypePrivate::extraData::interfaceTypeData |
Definition at line 135 of file qqmltype_p_p.h.
Referenced by QQmlTypePrivate::QQmlTypePrivate(), and QQmlType::interfaceIId().
| QMetaSequence QQmlTypePrivate::extraData::sequentialContainerTypeData |
Definition at line 134 of file qqmltype_p_p.h.
Referenced by QQmlTypePrivate::QQmlTypePrivate(), and QQmlType::listMetaSequence().
| QQmlSingletonTypeData* QQmlTypePrivate::extraData::singletonTypeData |
Definition at line 131 of file qqmltype_p_p.h.
Referenced by QQmlTypePrivate::QQmlTypePrivate(), QQmlType::extensionFunction(), QQmlType::extensionMetaObject(), QQmlTypePrivate::init(), QQmlType::isQJSValueSingleton(), QQmlType::isQObjectSingleton(), QQmlType::singletonInstanceInfo(), QQmlTypePrivate::sourceUrl(), and QQmlType::typeName().