![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QV4::QQmlValueTypeWrapperOwnPropertyKeyIterator:
Collaboration diagram for QV4::QQmlValueTypeWrapperOwnPropertyKeyIterator:Public Member Functions | |
| ~QQmlValueTypeWrapperOwnPropertyKeyIterator () override=default | |
| PropertyKey | next (const Object *o, Property *pd=nullptr, PropertyAttributes *attrs=nullptr) override |
Public Member Functions inherited from QV4::ObjectOwnPropertyKeyIterator | |
| ~ObjectOwnPropertyKeyIterator () override=default | |
| PropertyKey | next (const Object *o, Property *pd=nullptr, PropertyAttributes *attrs=nullptr) override |
Public Member Functions inherited from QV4::OwnPropertyKeyIterator | |
| virtual | ~OwnPropertyKeyIterator ()=0 |
| virtual PropertyKey | next (const Object *o, Property *p=nullptr, PropertyAttributes *attrs=nullptr)=0 |
Public Attributes | |
| int | propertyIndex = 0 |
Public Attributes inherited from QV4::ObjectOwnPropertyKeyIterator | |
| uint | arrayIndex = 0 |
| uint | memberIndex = 0 |
| bool | iterateOverSymbols = false |
Definition at line 458 of file qqmlvaluetypewrapper.cpp.
|
overridedefault |
|
overridevirtual |
Reimplemented from QV4::ObjectOwnPropertyKeyIterator.
Definition at line 466 of file qqmlvaluetypewrapper.cpp.
References QV4::Attr_Data, attrs, QV4::Managed::engine(), QString::fromUtf8(), QV4::getGadgetProperty(), QV4::QQmlValueTypeWrapper::metaObject(), mo, QV4::ExecutionEngine::newString(), o, QV4::QQmlValueTypeWrapper::readReferenceValue(), and QV4::Property::value.
Here is the call graph for this function:| int QV4::QQmlValueTypeWrapperOwnPropertyKeyIterator::propertyIndex = 0 |
Definition at line 460 of file qqmlvaluetypewrapper.cpp.