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
QmlListWrapperOwnPropertyKeyIterator Struct Reference
Inheritance diagram for QmlListWrapperOwnPropertyKeyIterator:
Collaboration diagram for QmlListWrapperOwnPropertyKeyIterator:

Public Member Functions

 ~QmlListWrapperOwnPropertyKeyIterator () override=default
PropertyKey next (const Object *o, Property *pd=nullptr, PropertyAttributes *attrs=nullptr) override
 ~QmlListWrapperOwnPropertyKeyIterator () 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

Additional Inherited Members

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

Detailed Description

Definition at line 263 of file qqmllistwrapper.cpp.

Constructor & Destructor Documentation

◆ ~QmlListWrapperOwnPropertyKeyIterator() [1/2]

QmlListWrapperOwnPropertyKeyIterator::~QmlListWrapperOwnPropertyKeyIterator ( )
overridedefault

◆ ~QmlListWrapperOwnPropertyKeyIterator() [2/2]

QmlListWrapperOwnPropertyKeyIterator::~QmlListWrapperOwnPropertyKeyIterator ( )
overridedefault

Member Function Documentation

◆ next() [1/2]

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

Reimplemented from QV4::ObjectOwnPropertyKeyIterator.

Definition at line 270 of file qqmllistwrapper.cpp.

◆ next() [2/2]

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

Reimplemented from QV4::ObjectOwnPropertyKeyIterator.


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