![]() |
Qt 6.x
The Qt SDK
|
#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 163 of file qqmllistmodel_p_p.h.
Enumerator | |
---|---|
Invalid | |
String | |
Number | |
Bool | |
List | |
QObject | |
VariantMap | |
DateTime | |
Url | |
Function | |
MaxDataType |
Definition at line 172 of file qqmllistmodel_p_p.h.
|
inline |
Definition at line 167 of file qqmllistmodel_p_p.h.
|
explicit |
Definition at line 185 of file qqmllistmodel.cpp.
References ListLayout::ListLayout(), blockIndex, blockOffset, other(), and subLayout.
ListLayout::Role::~Role | ( | ) |
Definition at line 198 of file qqmllistmodel.cpp.
int ListLayout::Role::blockIndex |
Definition at line 191 of file qqmllistmodel_p_p.h.
Referenced by Role().
int ListLayout::Role::blockOffset |
Definition at line 192 of file qqmllistmodel_p_p.h.
Referenced by Role().
int ListLayout::Role::index |
Definition at line 193 of file qqmllistmodel_p_p.h.
Referenced by QV4::ModelObjectOwnPropertyKeyIterator::next(), ListElement::sync(), and QV4::ModelObject::virtualGet().
QString ListLayout::Role::name |
Definition at line 189 of file qqmllistmodel_p_p.h.
Referenced by ListLayout::ListLayout(), QV4::ModelObjectOwnPropertyKeyIterator::next(), ListLayout::sync(), ModelNodeMetaObject::updateValues(), and ModelNodeMetaObject::updateValues().
ListLayout* ListLayout::Role::subLayout |
Definition at line 194 of file qqmllistmodel_p_p.h.
Referenced by Role(), and ListElement::sync().
DataType ListLayout::Role::type |
Definition at line 190 of file qqmllistmodel_p_p.h.
Referenced by ListModel::set(), ListModel::set(), ListElement::sync(), ModelNodeMetaObject::updateValues(), and ModelNodeMetaObject::updateValues().