Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
StringObjectOwnPropertyKeyIterator Struct Reference
+ Inheritance diagram for StringObjectOwnPropertyKeyIterator:
+ Collaboration diagram for StringObjectOwnPropertyKeyIterator:

Public Member Functions

 ~StringObjectOwnPropertyKeyIterator () override=default
 
PropertyKey next (const QV4::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
 

Additional Inherited Members

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

Detailed Description

Definition at line 76 of file qv4stringobject.cpp.

Constructor & Destructor Documentation

◆ ~StringObjectOwnPropertyKeyIterator()

StringObjectOwnPropertyKeyIterator::~StringObjectOwnPropertyKeyIterator ( )
overridedefault

Member Function Documentation

◆ next()

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

Reimplemented from QV4::ObjectOwnPropertyKeyIterator.

Definition at line 83 of file qv4stringobject.cpp.

References QV4::Attr_NotConfigurable, QV4::Attr_NotWritable, attrs, QV4::PropertyKey::fromArrayIndex(), QV4::SparseArrayNode::key(), QV4::ObjectOwnPropertyKeyIterator::next(), QV4::SparseArrayNode::nextNode(), o, QString::size(), QV4::Value::toQString(), and QV4::Property::value.

+ Here is the call graph for this function:

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