![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmltypedata_p.h>
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 32 of file qqmltypedata_p.h.
|
inline |
Definition at line 34 of file qqmltypedata_p.h.
| QT_BEGIN_NAMESPACE QString QQmlTypeData::TypeReference::qualifiedName | ( | ) | const |
Definition at line 25 of file qqmltypedata.cpp.
| QV4::CompiledData::Location QQmlTypeData::TypeReference::location |
Definition at line 36 of file qqmltypedata_p.h.
| bool QQmlTypeData::TypeReference::needsCreation |
Definition at line 43 of file qqmltypedata_p.h.
| QString QQmlTypeData::TypeReference::prefix |
Definition at line 41 of file qqmltypedata_p.h.
| bool QQmlTypeData::TypeReference::selfReference = false |
Definition at line 40 of file qqmltypedata_p.h.
| QQmlType QQmlTypeData::TypeReference::type |
Definition at line 37 of file qqmltypedata_p.h.
| QQmlRefPointer<QQmlTypeData> QQmlTypeData::TypeReference::typeData |
Definition at line 39 of file qqmltypedata_p.h.
| QTypeRevision QQmlTypeData::TypeReference::version |
Definition at line 38 of file qqmltypedata_p.h.