![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
| ~ModelObjectOwnPropertyKeyIterator () override=default | |
| PropertyKey | next (const Object *o, Property *pd=nullptr, PropertyAttributes *attrs=nullptr) override |
| ~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 |
Public Attributes | |
| int | roleNameIndex = 0 |
| Public Attributes inherited from QV4::ObjectOwnPropertyKeyIterator | |
| uint | arrayIndex = 0 |
| uint | memberIndex = 0 |
| bool | iterateOverSymbols = false |
Definition at line 1722 of file qqmllistmodel.cpp.
|
overridedefault |
|
overridedefault |
|
overridevirtual |
Implements QV4::OwnPropertyKeyIterator.
Definition at line 1730 of file qqmllistmodel.cpp.
References ListModel::getExistingRole(), ListLayout::Role::index, ListModel::roleCount(), and roleNameIndex.
|
overridevirtual |
Implements QV4::OwnPropertyKeyIterator.
| int QV4::ModelObjectOwnPropertyKeyIterator::roleNameIndex = 0 |
Definition at line 1724 of file qqmllistmodel.cpp.
Referenced by next().