![]() |
Qt 6.x
The Qt SDK
|
#include <qv4compileddata_p.h>
Public Types | |
enum | ImportType : unsigned int { ImportLibrary = 0x1 , ImportFile = 0x2 , ImportScript = 0x3 , ImportInlineComponent = 0x4 } |
Public Member Functions | |
Import () | |
Public Attributes | |
quint32_le | type |
quint32_le | uriIndex |
quint32_le | qualifierIndex |
Location | location |
QTypeRevision | version |
quint16_le | reserved |
Definition at line 1129 of file qv4compileddata_p.h.
enum QV4::CompiledData::Import::ImportType : unsigned int |
Enumerator | |
---|---|
ImportLibrary | |
ImportFile | |
ImportScript | |
ImportInlineComponent |
Definition at line 1131 of file qv4compileddata_p.h.
|
inline |
Definition at line 1146 of file qv4compileddata_p.h.
References qualifierIndex, reserved, uriIndex, version, and QTypeRevision::zero().
Location QV4::CompiledData::Import::location |
Definition at line 1142 of file qv4compileddata_p.h.
quint32_le QV4::CompiledData::Import::qualifierIndex |
Definition at line 1140 of file qv4compileddata_p.h.
Referenced by Import(), and QQmlTypeCompiler::addImport().
quint16_le QV4::CompiledData::Import::reserved |
Definition at line 1144 of file qv4compileddata_p.h.
Referenced by Import().
quint32_le QV4::CompiledData::Import::type |
Definition at line 1137 of file qv4compileddata_p.h.
Referenced by QQmlTypeCompiler::addImport(), QmlIR::ScriptDirectivesCollector::importFile(), and QmlIR::ScriptDirectivesCollector::importModule().
quint32_le QV4::CompiledData::Import::uriIndex |
Definition at line 1139 of file qv4compileddata_p.h.
Referenced by Import(), and QQmlTypeCompiler::addImport().
QTypeRevision QV4::CompiledData::Import::version |
Definition at line 1143 of file qv4compileddata_p.h.
Referenced by Import().