![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlirbuilder_p.h>
Public Attributes | ||
Alias * | next | |
![]() | ||
quint32_le_bitfield_union< NameIndexField, FlagsField > | nameIndexAndFlags | |
quint32_le_bitfield_union< IdIndexField, TargetObjectIdField, AliasToLocalAliasField > | idIndexAndTargetObjectIdAndAliasToLocalAlias | |
union { | ||
quint32_le propertyNameIndex | ||
qint32_le encodedMetaPropertyIndex | ||
quint32_le localAliasIndex | ||
}; | ||
Location | location | |
Location | referenceLocation | |
Additional Inherited Members | |
![]() | |
enum | Flag : unsigned int { IsReadOnly = 0x1 , Resolved = 0x2 , AliasPointsToPointerObject = 0x4 } |
![]() | |
bool | hasFlag (Flag flag) const |
void | setFlag (Flag flag) |
void | clearFlags () |
quint32 | nameIndex () const |
void | setNameIndex (quint32 nameIndex) |
bool | isObjectAlias () const |
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.