![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Classes | |
| struct | Type |
| struct | Lookup |
| struct | PropertySignature |
| struct | EnumKeySignature |
| struct | MethodSignature |
| class | Validator |
Typedefs | |
| using | Signature = std::variant<PropertySignature, EnumKeySignature, MethodSignature> |
| using | LookupSignatures = QHash<Lookup, Signature> |
Enumerations | |
| enum struct | IsComposite : bool { Yes , No } |
| enum struct | IsIC : bool { Yes , No } |
| enum struct | IsFlag : bool { Yes , No } |
| enum struct | IsSignal : bool { Yes , No } |
Functions | |
| static constexpr QLatin1StringView | s_thisCuModule ("##THIS_CU_MODULE##") |
| static constexpr QLatin1StringView | s_thisCuType ("##THIS_CU_TYPE##") |
| Q_QML_EXPORT bool | validateLookupSignature (QQmlEngine *engine, QV4::CompiledData::CompilationUnit *cu, const Lookup &lookup, const Signature &signature) |
| static QByteArrayView | trimConstPointer (QByteArrayView typeName) |
Definition at line 1377 of file qqmlprivate.h.
| using QQmlPrivate::AOTLookupValidation::Signature = std::variant<PropertySignature, EnumKeySignature, MethodSignature> |
Definition at line 1376 of file qqmlprivate.h.
|
strong |
| Enumerator | |
|---|---|
| Yes | |
| No | |
Definition at line 1312 of file qqmlprivate.h.
|
strong |
| Enumerator | |
|---|---|
| Yes | |
| No | |
Definition at line 1314 of file qqmlprivate.h.
|
strong |
| Enumerator | |
|---|---|
| Yes | |
| No | |
Definition at line 1313 of file qqmlprivate.h.
|
strong |
| Enumerator | |
|---|---|
| Yes | |
| No | |
Definition at line 1315 of file qqmlprivate.h.
|
staticconstexpr |
|
staticconstexpr |
|
static |
| bool QQmlPrivate::AOTLookupValidation::validateLookupSignature | ( | QQmlEngine * | engine, |
| QV4::CompiledData::CompilationUnit * | cu, | ||
| const Lookup & | lookup, | ||
| const Signature & | signature ) |