Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQmlCompilePass Struct Reference

#include <qqmltypecompiler_p.h>

Inheritance diagram for QQmlCompilePass:
Collaboration diagram for QQmlCompilePass:

Public Member Functions

 QQmlCompilePass (QQmlTypeCompiler *typeCompiler)
QString stringAt (int idx) const

Protected Member Functions

void recordError (const QV4::CompiledData::Location &location, const QString &description) const
QV4::ResolvedTypeReferenceresolvedType (int id) const

Protected Attributes

QQmlTypeCompilercompiler

Detailed Description

Definition at line 136 of file qqmltypecompiler_p.h.

Constructor & Destructor Documentation

◆ QQmlCompilePass()

Member Function Documentation

◆ recordError()

void QQmlCompilePass::recordError ( const QV4::CompiledData::Location & location,
const QString & description ) const
inlineprotected

Definition at line 142 of file qqmltypecompiler_p.h.

References compiler, and QQmlTypeCompiler::recordError().

Here is the call graph for this function:

◆ resolvedType()

QV4::ResolvedTypeReference * QQmlCompilePass::resolvedType ( int id) const
inlineprotected

Definition at line 145 of file qqmltypecompiler_p.h.

References compiler.

◆ stringAt()

QString QQmlCompilePass::stringAt ( int idx) const
inline

Definition at line 140 of file qqmltypecompiler_p.h.

References compiler.

Member Data Documentation

◆ compiler

QQmlTypeCompiler* QQmlCompilePass::compiler
protected

The documentation for this struct was generated from the following files: