![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlirbuilder_p.h>
Public Attributes | |
| Alias * | next |
| Public Attributes inherited from QV4::CompiledData::Alias | |
| quint32_le_bitfield_union< NameIndexField, FlagsField > | nameIndexAndFlags |
| quint32_le_bitfield_union< IdIndexField, TargetObjectIdField, AliasToLocalAliasField > | idIndexAndTargetObjectIdAndAliasToLocalAlias |
| union { | |
| quint32_le propertyNameIndex | |
| quint32_le localAliasIndex | |
| }; | |
| Location | location |
| Location | referenceLocation |
Additional Inherited Members | |
| Public Types inherited from QV4::CompiledData::Alias | |
| enum | Flag : unsigned int { IsReadOnly = 0x1 , AliasPointsToPointerObject = 0x2 } |
| Public Member Functions inherited from QV4::CompiledData::Alias | |
| bool | hasFlag (Flag flag) const |
| void | setFlag (Flag flag) |
| void | clearFlags () |
| quint32 | nameIndex () const |
| void | setNameIndex (quint32 nameIndex) |
| quint32 | idIndex () const |
| void | setIdIndex (quint32 idIndex) |
| bool | isAliasToLocalAlias () const |
| void | setIsAliasToLocalAlias (bool isAliasToLocalAlias) |
| quint32 | targetObjectId () const |
| void | setTargetObjectId (quint32 targetObjectId) |
Definition at line 273 of file qqmlirbuilder_p.h.
| Alias* QmlIR::Alias::next |
Definition at line 275 of file qqmlirbuilder_p.h.