![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmltypecompiler_p.h>
Public Member Functions | |
QQmlCustomParserScriptIndexer (QQmlTypeCompiler *typeCompiler) | |
void | annotateBindingsWithScriptStrings () |
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 204 of file qqmltypecompiler_p.h.
QQmlCustomParserScriptIndexer::QQmlCustomParserScriptIndexer | ( | QQmlTypeCompiler * | typeCompiler | ) |
Definition at line 642 of file qqmltypecompiler.cpp.
References QQmlCompilePass::QQmlCompilePass(), and QQmlCustomParserScriptIndexer().
Referenced by QQmlCustomParserScriptIndexer(), and QQmlTypeCompiler::compile().
void QQmlCustomParserScriptIndexer::annotateBindingsWithScriptStrings | ( | ) |
Definition at line 649 of file qqmltypecompiler.cpp.
Referenced by QQmlTypeCompiler::compile().