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
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 javaScriptTypeData
QUrl inlineComponentTypeData
QMetaSequence sequentialContainerTypeData
const char * interfaceTypeData

Detailed Description

Definition at line 143 of file qqmltype_p_p.h.

Constructor & Destructor Documentation

◆ extraData()

QQmlTypePrivate::extraData::extraData ( )
inline

Definition at line 144 of file qqmltype_p_p.h.

◆ ~extraData()

QQmlTypePrivate::extraData::~extraData ( )
inline

Definition at line 145 of file qqmltype_p_p.h.

Member Data Documentation

◆ compositeTypeData

QUrl QQmlTypePrivate::extraData::compositeTypeData

Definition at line 149 of file qqmltype_p_p.h.

◆ cppTypeData

QQmlCppTypeData* QQmlTypePrivate::extraData::cppTypeData

Definition at line 147 of file qqmltype_p_p.h.

◆ inlineComponentTypeData

QUrl QQmlTypePrivate::extraData::inlineComponentTypeData

Definition at line 151 of file qqmltype_p_p.h.

◆ interfaceTypeData

const char* QQmlTypePrivate::extraData::interfaceTypeData

Definition at line 153 of file qqmltype_p_p.h.

◆ javaScriptTypeData

QUrl QQmlTypePrivate::extraData::javaScriptTypeData

Definition at line 150 of file qqmltype_p_p.h.

◆ sequentialContainerTypeData

QMetaSequence QQmlTypePrivate::extraData::sequentialContainerTypeData

Definition at line 152 of file qqmltype_p_p.h.

◆ singletonTypeData

QQmlSingletonTypeData* QQmlTypePrivate::extraData::singletonTypeData

Definition at line 148 of file qqmltype_p_p.h.


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