![]() |
Qt 6.x
The Qt SDK
|
#include <qv4compileddata_p.h>
Public Member Functions | |
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) |
Public Attributes | |
quint32_le | nameIndex |
quint32_le_bitfield_union< CommonTypeOrTypeNameIndexField, IsRequiredField, IsCommonTypeField, IsListField, IsReadOnlyField > | data |
Location | location |
Definition at line 765 of file qv4compileddata_p.h.
|
inline |
Definition at line 790 of file qv4compileddata_p.h.
References QV4::CompiledData::Invalid.
Referenced by QQmlVMEMetaObject::metaCall(), QQmlVMEMetaObject::readVarProperty(), QQmlVMEMetaObject::writeProperty(), and QQmlVMEMetaObject::writeVarProperty().
|
inline |
Definition at line 808 of file qv4compileddata_p.h.
|
inline |
Definition at line 807 of file qv4compileddata_p.h.
|
inline |
Definition at line 810 of file qv4compileddata_p.h.
Referenced by setIsList().
|
inline |
Definition at line 816 of file qv4compileddata_p.h.
Referenced by QmlIR::IRBuilder::appendBinding(), QmlIR::IRBuilder::setBindingValue(), and setIsReadOnly().
|
inline |
Definition at line 813 of file qv4compileddata_p.h.
Referenced by setIsRequired().
|
inline |
Definition at line 784 of file qv4compileddata_p.h.
|
inline |
Definition at line 811 of file qv4compileddata_p.h.
References isList().
|
inline |
Definition at line 817 of file qv4compileddata_p.h.
References isReadOnly().
|
inline |
Definition at line 814 of file qv4compileddata_p.h.
References isRequired().
|
inline |
Definition at line 796 of file qv4compileddata_p.h.
References nameIndex.
|
inline |
Definition at line 802 of file qv4compileddata_p.h.
quint32_le_bitfield_union< CommonTypeOrTypeNameIndexField, IsRequiredField, IsCommonTypeField, IsListField, IsReadOnlyField> QV4::CompiledData::Property::data |
Definition at line 781 of file qv4compileddata_p.h.
Location QV4::CompiledData::Property::location |
Definition at line 782 of file qv4compileddata_p.h.
quint32_le QV4::CompiledData::Property::nameIndex |
Definition at line 775 of file qv4compileddata_p.h.
Referenced by QmlIR::Object::appendProperty(), setTypeNameIndex(), and QmlIR::IRBuilder::visit().