![]() |
Qt 6.x
The Qt SDK
|
#include <qqmltypecompiler_p.h>
Inheritance diagram for QQmlScriptStringScanner:
Collaboration diagram for QQmlScriptStringScanner:Public Member Functions | |
| QQmlScriptStringScanner (QQmlTypeCompiler *typeCompiler) | |
| void | scan () |
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 220 of file qqmltypecompiler_p.h.
| QQmlScriptStringScanner::QQmlScriptStringScanner | ( | QQmlTypeCompiler * | typeCompiler | ) |
Definition at line 698 of file qqmltypecompiler.cpp.
| void QQmlScriptStringScanner::scan | ( | ) |
Definition at line 706 of file qqmltypecompiler.cpp.
References QQmlPropertyCacheVector::at(), QQmlTypeCompiler::bindingAsString(), QV4::CompiledData::Binding::compiledScriptIndex, QQmlCompilePass::compiler, i, QmlIR::Binding::next, QQmlPropertyResolver::property(), QV4::CompiledData::Binding::propertyNameIndex, QQmlPropertyData::propType(), QQmlTypeCompiler::registerString(), QQmlCompilePass::stringAt(), QV4::CompiledData::Binding::stringIndex, QV4::CompiledData::Binding::type(), QV4::CompiledData::Binding::Type_Script, and QV4::CompiledData::Binding::value.
Referenced by QQmlTypeCompiler::compile().
Here is the call graph for this function:
Here is the caller graph for this function: