![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmldelegatemodel_p_p.h>
Public Types | |
| enum class | ModelKind : quint8 { InstanceModel , DelegateModel , TableInstanceModel } |
Public Member Functions | |
| QQmlDelegateModelItemMetaType (QV4::ExecutionEngine *engine, QQmlDelegateModel *model, const QStringList &groupNames) | |
| QQmlDelegateModelItemMetaType (QV4::ExecutionEngine *engine, QQmlTableInstanceModel *model) | |
| ~QQmlDelegateModelItemMetaType () | |
| void | initializeAttachedMetaObject () |
| void | initializePrototype () |
| int | parseGroups (const QStringList &groupNames) const |
| int | parseGroups (const QV4::Value &groupNames) const |
| QQmlDelegateModel * | delegateModel () const |
| qsizetype | groupCount () const |
| void | emitModelChanged () const |
| Public Member Functions inherited from QQmlRefCounted< QQmlDelegateModelItemMetaType > | |
| void | release () const |
| Public Member Functions inherited from QQmlRefCount | |
| QQmlRefCount () | |
| void | addref () const |
| int | count () const |
Additional Inherited Members | |
| Protected Member Functions inherited from QQmlRefCounted< QQmlDelegateModelItemMetaType > | |
| ~QQmlRefCounted () | |
Definition at line 43 of file qqmldelegatemodel_p_p.h.
|
strong |
| Enumerator | |
|---|---|
| InstanceModel | |
| DelegateModel | |
| TableInstanceModel | |
Definition at line 47 of file qqmldelegatemodel_p_p.h.
| QQmlDelegateModelItemMetaType::QQmlDelegateModelItemMetaType | ( | QV4::ExecutionEngine * | engine, |
| QQmlDelegateModel * | model, | ||
| const QStringList & | groupNames ) |
Definition at line 2254 of file qqmldelegatemodel.cpp.
| QQmlDelegateModelItemMetaType::QQmlDelegateModelItemMetaType | ( | QV4::ExecutionEngine * | engine, |
| QQmlTableInstanceModel * | model ) |
Definition at line 2263 of file qqmldelegatemodel.cpp.
|
default |
|
inline |
Definition at line 65 of file qqmldelegatemodel_p_p.h.
| void QQmlDelegateModelItemMetaType::emitModelChanged | ( | ) | const |
Definition at line 2273 of file qqmldelegatemodel.cpp.
|
inline |
Definition at line 72 of file qqmldelegatemodel_p_p.h.
| void QQmlDelegateModelItemMetaType::initializeAttachedMetaObject | ( | ) |
Definition at line 2287 of file qqmldelegatemodel.cpp.
| void QQmlDelegateModelItemMetaType::initializePrototype | ( | ) |
Definition at line 2315 of file qqmldelegatemodel.cpp.
| int QQmlDelegateModelItemMetaType::parseGroups | ( | const QStringList & | groupNames | ) | const |
Definition at line 2369 of file qqmldelegatemodel.cpp.
| int QQmlDelegateModelItemMetaType::parseGroups | ( | const QV4::Value & | groupNames | ) | const |
Definition at line 2380 of file qqmldelegatemodel.cpp.
| QQmlRefPointer<QQmlDelegateModelAttachedMetaObject> QQmlDelegateModelItemMetaType::attachedMetaObject |
Definition at line 78 of file qqmldelegatemodel_p_p.h.
| const QStringList QQmlDelegateModelItemMetaType::groupNames |
Definition at line 79 of file qqmldelegatemodel_p_p.h.
| QPointer<QQmlInstanceModel> QQmlDelegateModelItemMetaType::model |
Definition at line 76 of file qqmldelegatemodel_p_p.h.
| QV4::PersistentValue QQmlDelegateModelItemMetaType::modelItemProto |
Definition at line 80 of file qqmldelegatemodel_p_p.h.
| ModelKind QQmlDelegateModelItemMetaType::modelKind = ModelKind::InstanceModel |
Definition at line 81 of file qqmldelegatemodel_p_p.h.
| QV4::ExecutionEngine* const QQmlDelegateModelItemMetaType::v4Engine |
Definition at line 77 of file qqmldelegatemodel_p_p.h.