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

Public Member Functions

 ~ModelObjectOwnPropertyKeyIterator () 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 roleNameIndex = 0
 
- Public Attributes inherited from QV4::ObjectOwnPropertyKeyIterator
uint arrayIndex = 0
 
uint memberIndex = 0
 
bool iterateOverSymbols = false
 

Detailed Description

Definition at line 1713 of file qqmllistmodel.cpp.

Constructor & Destructor Documentation

◆ ~ModelObjectOwnPropertyKeyIterator()

QV4::ModelObjectOwnPropertyKeyIterator::~ModelObjectOwnPropertyKeyIterator ( )
overridedefault

Member Function Documentation

◆ next()

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

Member Data Documentation

◆ roleNameIndex

int QV4::ModelObjectOwnPropertyKeyIterator::roleNameIndex = 0

Definition at line 1715 of file qqmllistmodel.cpp.

Referenced by next().


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