![]() |
Qt 6.x
The Qt SDK
|
#include <qqmltypecompiler_p.h>
Inheritance diagram for QQmlEnumTypeResolver:
Collaboration diagram for QQmlEnumTypeResolver:Public Member Functions | |
| QQmlEnumTypeResolver (QQmlTypeCompiler *typeCompiler) | |
| bool | resolveEnumBindings () |
Public Member Functions inherited from QQmlCompilePass | |
| QQmlCompilePass (QQmlTypeCompiler *typeCompiler) | |
| QString | stringAt (int idx) const |
Additional Inherited Members | |
Protected Member Functions inherited from QQmlCompilePass | |
| void | recordError (const QV4::CompiledData::Location &location, const QString &description) const |
| QV4::ResolvedTypeReference * | resolvedType (int id) const |
Protected Attributes inherited from QQmlCompilePass | |
| QQmlTypeCompiler * | compiler |
Definition at line 169 of file qqmltypecompiler_p.h.
| QQmlEnumTypeResolver::QQmlEnumTypeResolver | ( | QQmlTypeCompiler * | typeCompiler | ) |
Definition at line 435 of file qqmltypecompiler.cpp.
| bool QQmlEnumTypeResolver::resolveEnumBindings | ( | ) |
Definition at line 443 of file qqmltypecompiler.cpp.
References QQmlPropertyCacheVector::at(), i, QMetaType::id(), QQmlPropertyData::isEnum(), QV4::CompiledData::Binding::IsPropertyObserver, QQmlPropertyData::isQList(), QV4::CompiledData::Binding::IsSignalHandlerExpression, QV4::CompiledData::Binding::IsSignalHandlerObject, QQmlPropertyResolver::property(), QQmlPropertyData::propType(), QQmlCompilePass::stringAt(), and QV4::CompiledData::Binding::Type_Script.
Referenced by QQmlTypeCompiler::compile().
Here is the call graph for this function:
Here is the caller graph for this function: