![]() |
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 | |
| Property * | next |
| Public Attributes inherited from QV4::CompiledData::Property | |
| quint32_le_bitfield_union< NameIndexField, FinalField > | nameIndexAndFinal |
| quint32_le_bitfield_union< CommonTypeOrTypeNameIndexField, IsRequiredField, IsCommonTypeField, IsListField, IsReadOnlyField > | data |
| Location | location |
Additional Inherited Members | |
| Public Member Functions inherited from QV4::CompiledData::Property | |
| quint32 | nameIndex () const |
| void | setNameIndex (int nameIndex) |
| bool | isFinal () const |
| void | setIsFinal (bool final) |
| 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.