#include <qv4compileddata_p.h>
Definition at line 811 of file qv4compileddata_p.h.
◆ commonType()
| CommonType QV4::CompiledData::Property::commonType |
( |
| ) |
const |
|
inline |
◆ commonTypeOrTypeNameIndex()
| uint QV4::CompiledData::Property::commonTypeOrTypeNameIndex |
( |
| ) |
const |
|
inline |
◆ isCommonType()
| bool QV4::CompiledData::Property::isCommonType |
( |
| ) |
const |
|
inline |
◆ isFinal()
| bool QV4::CompiledData::Property::isFinal |
( |
| ) |
const |
|
inline |
◆ isList()
| bool QV4::CompiledData::Property::isList |
( |
| ) |
const |
|
inline |
◆ isOverride()
| bool QV4::CompiledData::Property::isOverride |
( |
| ) |
const |
|
inline |
◆ isReadOnly()
| bool QV4::CompiledData::Property::isReadOnly |
( |
| ) |
const |
|
inline |
◆ isRequired()
| bool QV4::CompiledData::Property::isRequired |
( |
| ) |
const |
|
inline |
◆ isVirtual()
| bool QV4::CompiledData::Property::isVirtual |
( |
| ) |
const |
|
inline |
◆ nameIndex()
| quint32 QV4::CompiledData::Property::nameIndex |
( |
| ) |
const |
|
inline |
◆ setCommonType()
◆ setIsFinal()
| void QV4::CompiledData::Property::setIsFinal |
( |
bool | isFinal | ) |
|
|
inline |
◆ setIsList()
| void QV4::CompiledData::Property::setIsList |
( |
bool | isList | ) |
|
|
inline |
◆ setIsOverride()
| void QV4::CompiledData::Property::setIsOverride |
( |
bool | isOverride | ) |
|
|
inline |
◆ setIsReadOnly()
| void QV4::CompiledData::Property::setIsReadOnly |
( |
bool | isReadOnly | ) |
|
|
inline |
◆ setIsRequired()
| void QV4::CompiledData::Property::setIsRequired |
( |
bool | isRequired | ) |
|
|
inline |
◆ setIsVirtual()
| void QV4::CompiledData::Property::setIsVirtual |
( |
bool | isVirtual | ) |
|
|
inline |
◆ setNameIndex()
| void QV4::CompiledData::Property::setNameIndex |
( |
int | nameIndex | ) |
|
|
inline |
◆ setTypeNameIndex()
| void QV4::CompiledData::Property::setTypeNameIndex |
( |
int | nameIndex | ) |
|
|
inline |
◆ typeNameIndex()
| int QV4::CompiledData::Property::typeNameIndex |
( |
| ) |
const |
|
inline |
◆ data
| quint32_le_bitfield_union< CommonTypeOrTypeNameIndexField, IsRequiredField, IsCommonTypeField, IsListField, IsReadOnlyField> QV4::CompiledData::Property::data |
◆ location
| Location QV4::CompiledData::Property::location |
◆ nameIndexAndVirtSpecifiers
| quint32_le_bitfield_union<NameIndexField, IsVirtualField, IsOverrideField, IsFinalField> QV4::CompiledData::Property::nameIndexAndVirtSpecifiers |
The documentation for this struct was generated from the following file: