![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
ModuleNamespaceIterator (const QStringList &names) | |
~ModuleNamespaceIterator () 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 | |
QStringList | exportedNames |
int | exportIndex = 0 |
![]() | |
uint | arrayIndex = 0 |
uint | memberIndex = 0 |
bool | iterateOverSymbols = false |
Definition at line 186 of file qv4module.cpp.
|
inline |
Definition at line 190 of file qv4module.cpp.
|
overridedefault |
|
overridevirtual |
Implements QV4::OwnPropertyKeyIterator.
Definition at line 196 of file qv4module.cpp.
References QV4::Attr_Data, attrs, QV4::Managed::engine(), QV4::Scope::engine, QV4::ExecutionEngine::newString(), QV4::ObjectOwnPropertyKeyIterator::next(), o, QV4::Module::resolveExport(), QV4::ExecutionEngine::throwReferenceError(), and QV4::Property::value.
QStringList ModuleNamespaceIterator::exportedNames |
Definition at line 188 of file qv4module.cpp.
int ModuleNamespaceIterator::exportIndex = 0 |
Definition at line 189 of file qv4module.cpp.