![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
~ModelObjectOwnPropertyKeyIterator () override=default | |
PropertyKey | next (const Object *o, Property *pd=nullptr, PropertyAttributes *attrs=nullptr) override |
![]() | |
~ObjectOwnPropertyKeyIterator () override=default | |
PropertyKey | next (const Object *o, Property *pd=nullptr, PropertyAttributes *attrs=nullptr) override |
![]() | |
virtual | ~OwnPropertyKeyIterator ()=0 |
virtual PropertyKey | next (const Object *o, Property *p=nullptr, PropertyAttributes *attrs=nullptr)=0 |
Public Attributes | |
int | roleNameIndex = 0 |
![]() | |
uint | arrayIndex = 0 |
uint | memberIndex = 0 |
bool | iterateOverSymbols = false |
Definition at line 1713 of file qqmllistmodel.cpp.
|
overridedefault |
|
overridevirtual |
Implements QV4::OwnPropertyKeyIterator.
Definition at line 1721 of file qqmllistmodel.cpp.
References QV4::Object::arrayPut(), QV4::Attr_Data, attrs, QJSValuePrivate::convertToReturnedValue(), QV4::Managed::engine(), QV4::ExecutionEngine::fromVariant(), ListModel::getExistingRole(), i, ListLayout::Role::index, QV4::ModelObject::listModel(), ListLayout::Role::name, QV4::ExecutionEngine::newArrayObject(), QV4::ExecutionEngine::newString(), QV4::ObjectOwnPropertyKeyIterator::next(), o, roleNameIndex, and QV4::Property::value.
int QV4::ModelObjectOwnPropertyKeyIterator::roleNameIndex = 0 |
Definition at line 1715 of file qqmllistmodel.cpp.
Referenced by next().