![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmllistmodel_p_p.h>
Public Types | |
| enum | DataType { Invalid = -1 , String , Number , Bool , List , QObject , VariantMap , DateTime , Url , Function , MaxDataType } |
Public Member Functions | |
| Role () | |
| Role (const Role *other) | |
| ~Role () | |
Public Attributes | |
| QString | name |
| DataType | type |
| int | blockIndex |
| int | blockOffset |
| int | index |
| ListLayout * | subLayout |
Definition at line 176 of file qqmllistmodel_p_p.h.
| Enumerator | |
|---|---|
| Invalid | |
| String | |
| Number | |
| Bool | |
| List | |
| QObject | |
| VariantMap | |
| DateTime | |
| Url | |
| Function | |
| MaxDataType | |
Definition at line 185 of file qqmllistmodel_p_p.h.
|
inline |
Definition at line 180 of file qqmllistmodel_p_p.h.
References blockIndex, blockOffset, index, Invalid, subLayout, and type.
|
explicit |
Definition at line 189 of file qqmllistmodel.cpp.
References ListLayout::ListLayout(), blockIndex, blockOffset, index, subLayout, and type.
| ListLayout::Role::~Role | ( | ) |
Definition at line 202 of file qqmllistmodel.cpp.
References subLayout.
| int ListLayout::Role::blockIndex |
Definition at line 204 of file qqmllistmodel_p_p.h.
| int ListLayout::Role::blockOffset |
Definition at line 205 of file qqmllistmodel_p_p.h.
| int ListLayout::Role::index |
Definition at line 206 of file qqmllistmodel_p_p.h.
Referenced by Role(), Role(), QV4::ModelObjectOwnPropertyKeyIterator::next(), ListElement::sync(), and QV4::ModelObject::virtualGet().
| QString ListLayout::Role::name |
Definition at line 202 of file qqmllistmodel_p_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| ListLayout* ListLayout::Role::subLayout |
Definition at line 207 of file qqmllistmodel_p_p.h.
| DataType ListLayout::Role::type |
Definition at line 203 of file qqmllistmodel_p_p.h.
Referenced by Role(), Role(), ListModel::set(), ListModel::set(), ListElement::sync(), ModelNodeMetaObject::updateValues(), and ModelNodeMetaObject::updateValues().