![]() |
Qt 6.x
The Qt SDK
|
#include <qqmltypedata_p.h>
Collaboration diagram for QQmlTypeData::TypeReference:Public Member Functions | |
| TypeReference () | |
| QString | qualifiedName () const |
Public Attributes | |
| QV4::CompiledData::Location | location |
| QQmlType | type |
| QTypeRevision | version |
| QQmlRefPointer< QQmlTypeData > | typeData |
| bool | selfReference = false |
| QString | prefix |
| bool | needsCreation |
Definition at line 27 of file qqmltypedata_p.h.
|
inline |
Definition at line 29 of file qqmltypedata_p.h.
| QString QQmlTypeData::TypeReference::qualifiedName | ( | ) | const |
Definition at line 30 of file qqmltypedata.cpp.
References QString::isEmpty(), and prefix.
Here is the call graph for this function:| QV4::CompiledData::Location QQmlTypeData::TypeReference::location |
Definition at line 31 of file qqmltypedata_p.h.
| bool QQmlTypeData::TypeReference::needsCreation |
Definition at line 38 of file qqmltypedata_p.h.
| QString QQmlTypeData::TypeReference::prefix |
Definition at line 36 of file qqmltypedata_p.h.
Referenced by qualifiedName().
| bool QQmlTypeData::TypeReference::selfReference = false |
Definition at line 35 of file qqmltypedata_p.h.
| QQmlType QQmlTypeData::TypeReference::type |
Definition at line 32 of file qqmltypedata_p.h.
| QQmlRefPointer<QQmlTypeData> QQmlTypeData::TypeReference::typeData |
Definition at line 34 of file qqmltypedata_p.h.
| QTypeRevision QQmlTypeData::TypeReference::version |
Definition at line 33 of file qqmltypedata_p.h.