![]() |
Qt 6.x
The Qt SDK
|
#include <qv4vtable_p.h>
Public Member Functions | |
virtual | ~OwnPropertyKeyIterator ()=0 |
virtual PropertyKey | next (const Object *o, Property *p=nullptr, PropertyAttributes *attrs=nullptr)=0 |
Definition at line 27 of file qv4vtable_p.h.
|
pure virtual |
Definition at line 119 of file qv4managed.cpp.
|
pure virtual |
Implemented in ModuleNamespaceIterator, QV4::ObjectOwnPropertyKeyIterator, ProxyObjectOwnPropertyKeyIterator, QV4::QObjectWrapperOwnPropertyKeyIterator, QV4::SequenceOwnPropertyKeyIterator, TypedArrayOwnPropertyKeyIterator, QmlListWrapperOwnPropertyKeyIterator, QV4::QQmlValueTypeWrapperOwnPropertyKeyIterator, QV4::ModelObjectOwnPropertyKeyIterator, StringObjectOwnPropertyKeyIterator, and UrlSearchParamsObjectOwnPropertyKeyIterator.
Referenced by QJSValueIteratorPrivate::next(), and QV4::ObjectIterator::next().