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

Public Member Functions

 ~QObjectWrapperOwnPropertyKeyIterator () 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
 
virtual PropertyKey next (const Object *o, Property *p=nullptr, PropertyAttributes *attrs=nullptr)=0
 

Public Attributes

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

Detailed Description

Definition at line 880 of file qv4qobjectwrapper.cpp.

Constructor & Destructor Documentation

◆ ~QObjectWrapperOwnPropertyKeyIterator()

QV4::QObjectWrapperOwnPropertyKeyIterator::~QObjectWrapperOwnPropertyKeyIterator ( )
overridedefault

Member Function Documentation

◆ next()

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

Reimplemented from QV4::ObjectOwnPropertyKeyIterator.

Definition at line 890 of file qv4qobjectwrapper.cpp.

References QV4::Attr_Data, attrs, QV4::Managed::engine(), QString::fromUtf8(), QV4::QObjectWrapper::getProperty(), QQmlPropertyData::load(), method, methodName(), mo, QV4::ExecutionEngine::newString(), o, QV4::QObjectWrapper::object(), QMetaMethod::Private, property, Q_ASSERT, QV4::Property::value, and QQmlData::wasDeleted().

+ Here is the call graph for this function:

Member Data Documentation

◆ propertyIndex

int QV4::QObjectWrapperOwnPropertyKeyIterator::propertyIndex = 0

Definition at line 882 of file qv4qobjectwrapper.cpp.


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