Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QV4::QQmlValueTypeWrapperOwnPropertyKeyIterator Struct Reference
Inheritance diagram for QV4::QQmlValueTypeWrapperOwnPropertyKeyIterator:
Collaboration diagram for QV4::QQmlValueTypeWrapperOwnPropertyKeyIterator:

Public Member Functions

 ~QQmlValueTypeWrapperOwnPropertyKeyIterator () override=default
PropertyKey next (const Object *o, Property *pd=nullptr, PropertyAttributes *attrs=nullptr) override
 ~QQmlValueTypeWrapperOwnPropertyKeyIterator () override=default
PropertyKey next (const Object *o, Property *pd=nullptr, PropertyAttributes *attrs=nullptr) override
Public Member Functions inherited from QV4::ObjectOwnPropertyKeyIterator
 ~ObjectOwnPropertyKeyIterator () override=default
Public Member Functions inherited from QV4::OwnPropertyKeyIterator
virtual ~OwnPropertyKeyIterator ()=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 433 of file qqmlvaluetypewrapper.cpp.

Constructor & Destructor Documentation

◆ ~QQmlValueTypeWrapperOwnPropertyKeyIterator() [1/2]

QV4::QQmlValueTypeWrapperOwnPropertyKeyIterator::~QQmlValueTypeWrapperOwnPropertyKeyIterator ( )
overridedefault

◆ ~QQmlValueTypeWrapperOwnPropertyKeyIterator() [2/2]

QV4::QQmlValueTypeWrapperOwnPropertyKeyIterator::~QQmlValueTypeWrapperOwnPropertyKeyIterator ( )
overridedefault

Member Function Documentation

◆ next() [1/2]

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

Reimplemented from QV4::ObjectOwnPropertyKeyIterator.

Definition at line 441 of file qqmlvaluetypewrapper.cpp.

References propertyIndex.

◆ next() [2/2]

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

Reimplemented from QV4::ObjectOwnPropertyKeyIterator.

Member Data Documentation

◆ propertyIndex

int QV4::QQmlValueTypeWrapperOwnPropertyKeyIterator::propertyIndex = 0

Definition at line 435 of file qqmlvaluetypewrapper.cpp.

Referenced by next().


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