![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlirbuilder_p.h>
Public Attributes | |
Property * | next |
![]() | |
quint32_le | nameIndex |
quint32_le_bitfield_union< CommonTypeOrTypeNameIndexField, IsRequiredField, IsCommonTypeField, IsListField, IsReadOnlyField > | data |
Location | location |
Additional Inherited Members | |
![]() | |
void | setCommonType (CommonType t) |
CommonType | commonType () const |
void | setTypeNameIndex (int nameIndex) |
int | typeNameIndex () const |
bool | isCommonType () const |
uint | commonTypeOrTypeNameIndex () const |
bool | isList () const |
void | setIsList (bool isList) |
bool | isRequired () const |
void | setIsRequired (bool isRequired) |
bool | isReadOnly () const |
void | setIsReadOnly (bool isReadOnly) |
Definition at line 253 of file qqmlirbuilder_p.h.
Property* QmlIR::Property::next |
Definition at line 255 of file qqmlirbuilder_p.h.