Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QV4::CompiledData::QmlUnit Struct Reference

#include <qv4compileddata_p.h>

+ Collaboration diagram for QV4::CompiledData::QmlUnit:

Public Member Functions

const ImportimportAt (int idx) const
 
const ObjectobjectAt (int idx) const
 

Public Attributes

quint32_le nImports
 
quint32_le offsetToImports
 
quint32_le nObjects
 
quint32_le offsetToObjects
 

Detailed Description

Definition at line 1176 of file qv4compileddata_p.h.

Member Function Documentation

◆ importAt()

const Import * QV4::CompiledData::QmlUnit::importAt ( int idx) const
inline

Definition at line 1183 of file qv4compileddata_p.h.

References offsetToImports.

Referenced by QV4::CompiledData::CompilationUnit::importAt(), and QQmlIRLoader::load().

+ Here is the caller graph for this function:

◆ objectAt()

const Object * QV4::CompiledData::QmlUnit::objectAt ( int idx) const
inline

Definition at line 1187 of file qv4compileddata_p.h.

References offsetToObjects.

Referenced by QmlIR::QmlUnitGenerator::generate(), QV4::CompiledData::CompilationUnit::inlineComponentId(), QQmlIRLoader::load(), and QV4::CompiledData::CompilationUnit::objectAt().

+ Here is the caller graph for this function:

Member Data Documentation

◆ nImports

quint32_le QV4::CompiledData::QmlUnit::nImports

◆ nObjects

◆ offsetToImports

quint32_le QV4::CompiledData::QmlUnit::offsetToImports

Definition at line 1179 of file qv4compileddata_p.h.

Referenced by QmlIR::QmlUnitGenerator::generate(), and importAt().

◆ offsetToObjects

quint32_le QV4::CompiledData::QmlUnit::offsetToObjects

Definition at line 1181 of file qv4compileddata_p.h.

Referenced by QmlIR::QmlUnitGenerator::generate(), and objectAt().


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