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
QQmlTypePrivate::extraData Union Reference

#include <qqmltype_p_p.h>

+ Collaboration diagram for QQmlTypePrivate::extraData:

Public Member Functions

 extraData ()
 
 ~extraData ()
 

Public Attributes

QQmlCppTypeDatacppTypeData
 
QQmlSingletonTypeDatasingletonTypeData
 
QUrl compositeTypeData
 
QUrl inlineComponentTypeData
 
QMetaSequence sequentialContainerTypeData
 
const char * interfaceTypeData
 

Detailed Description

Definition at line 131 of file qqmltype_p_p.h.

Constructor & Destructor Documentation

◆ extraData()

QQmlTypePrivate::extraData::extraData ( )
inline

Definition at line 132 of file qqmltype_p_p.h.

◆ ~extraData()

QQmlTypePrivate::extraData::~extraData ( )
inline

Definition at line 133 of file qqmltype_p_p.h.

Member Data Documentation

◆ compositeTypeData

QUrl QQmlTypePrivate::extraData::compositeTypeData

Definition at line 137 of file qqmltype_p_p.h.

Referenced by QQmlTypePrivate::QQmlTypePrivate(), and QQmlTypePrivate::sourceUrl().

◆ cppTypeData

QQmlCppTypeData* QQmlTypePrivate::extraData::cppTypeData

◆ inlineComponentTypeData

QUrl QQmlTypePrivate::extraData::inlineComponentTypeData

Definition at line 138 of file qqmltype_p_p.h.

Referenced by QQmlTypePrivate::QQmlTypePrivate(), and QQmlTypePrivate::sourceUrl().

◆ interfaceTypeData

const char* QQmlTypePrivate::extraData::interfaceTypeData

Definition at line 140 of file qqmltype_p_p.h.

Referenced by QQmlTypePrivate::QQmlTypePrivate().

◆ sequentialContainerTypeData

QMetaSequence QQmlTypePrivate::extraData::sequentialContainerTypeData

Definition at line 139 of file qqmltype_p_p.h.

Referenced by QQmlTypePrivate::QQmlTypePrivate().

◆ singletonTypeData

QQmlSingletonTypeData* QQmlTypePrivate::extraData::singletonTypeData

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