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 171 of file qqmllistmodel_p_p.h.
Enumerator | |
---|---|
Invalid | |
String | |
Number | |
Bool | |
List | |
QObject | |
VariantMap | |
DateTime | |
Url | |
Function | |
MaxDataType |
Definition at line 180 of file qqmllistmodel_p_p.h.
|
inline |
Definition at line 175 of file qqmllistmodel_p_p.h.
References blockIndex, blockOffset, index, Invalid, subLayout, and type.
|
explicit |
Definition at line 188 of file qqmllistmodel.cpp.
References ListLayout::ListLayout(), blockIndex, blockOffset, index, subLayout, and type.
ListLayout::Role::~Role | ( | ) |
Definition at line 201 of file qqmllistmodel.cpp.
References subLayout.
int ListLayout::Role::blockIndex |
Definition at line 199 of file qqmllistmodel_p_p.h.
int ListLayout::Role::blockOffset |
Definition at line 200 of file qqmllistmodel_p_p.h.
int ListLayout::Role::index |
Definition at line 201 of file qqmllistmodel_p_p.h.
Referenced by Role(), Role(), ListElement::sync(), and QV4::ModelObject::virtualGet().
QString ListLayout::Role::name |
Definition at line 197 of file qqmllistmodel_p_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
ListLayout* ListLayout::Role::subLayout |
Definition at line 202 of file qqmllistmodel_p_p.h.
DataType ListLayout::Role::type |
Definition at line 198 of file qqmllistmodel_p_p.h.
Referenced by Role(), Role(), ListModel::set(), ListModel::set(), ListElement::sync(), ModelNodeMetaObject::updateValues(), and ModelNodeMetaObject::updateValues().