Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
ModuleNamespaceIterator Struct Reference
+ Inheritance diagram for ModuleNamespaceIterator:
+ Collaboration diagram for ModuleNamespaceIterator:

Public Member Functions

 ModuleNamespaceIterator (const QStringList &names)
 
 ~ModuleNamespaceIterator () 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
 

Public Attributes

QStringList exportedNames
 
int exportIndex = 0
 
- Public Attributes inherited from QV4::ObjectOwnPropertyKeyIterator
uint arrayIndex = 0
 
uint memberIndex = 0
 
bool iterateOverSymbols = false
 

Detailed Description

Definition at line 186 of file qv4module.cpp.

Constructor & Destructor Documentation

◆ ModuleNamespaceIterator()

ModuleNamespaceIterator::ModuleNamespaceIterator ( const QStringList & names)
inline

Definition at line 190 of file qv4module.cpp.

◆ ~ModuleNamespaceIterator()

ModuleNamespaceIterator::~ModuleNamespaceIterator ( )
overridedefault

Member Function Documentation

◆ next()

PropertyKey ModuleNamespaceIterator::next ( const Object * o,
Property * pd = nullptr,
PropertyAttributes * attrs = nullptr )
overridevirtual

Implements QV4::OwnPropertyKeyIterator.

Definition at line 196 of file qv4module.cpp.

References QV4::Attr_Data, attrs, QV4::Scope::engine, QV4::ExecutionEngine::newString(), QV4::ObjectOwnPropertyKeyIterator::next(), o, QV4::ExecutionEngine::throwReferenceError(), and QV4::Property::value.

+ Here is the call graph for this function:

Member Data Documentation

◆ exportedNames

QStringList ModuleNamespaceIterator::exportedNames

Definition at line 188 of file qv4module.cpp.

◆ exportIndex

int ModuleNamespaceIterator::exportIndex = 0

Definition at line 189 of file qv4module.cpp.


The documentation for this struct was generated from the following file: