|  | Qt 6.x
    The Qt SDK | 
 Inheritance diagram for QQmlDelegateModelEngineData:
 Inheritance diagram for QQmlDelegateModelEngineData: Collaboration diagram for QQmlDelegateModelEngineData:
 Collaboration diagram for QQmlDelegateModelEngineData:| Public Member Functions | |
| QQmlDelegateModelEngineData (QV4::ExecutionEngine *v4) | |
| ~QQmlDelegateModelEngineData () | |
| QV4::ReturnedValue | array (QV4::ExecutionEngine *engine, const QVector< QQmlChangeSet::Change > &changes) | 
|  Public Member Functions inherited from QV4::ExecutionEngine::Deletable | |
| virtual | ~Deletable () | 
| Public Attributes | |
| QV4::PersistentValue | changeProto | 
Definition at line 94 of file qqmldelegatemodel.cpp.
| QQmlDelegateModelEngineData::QQmlDelegateModelEngineData | ( | QV4::ExecutionEngine * | v4 | ) | 
Definition at line 4006 of file qqmldelegatemodel.cpp.
References QQmlDelegateModelGroupChange::method_get_count(), QQmlDelegateModelGroupChange::method_get_index(), QQmlDelegateModelGroupChange::method_get_moveId(), QV4::ExecutionEngine::newObject(), and QStringLiteral.
 Here is the call graph for this function:
 Here is the call graph for this function:| QQmlDelegateModelEngineData::~QQmlDelegateModelEngineData | ( | ) | 
Definition at line 4017 of file qqmldelegatemodel.cpp.
| QV4::ReturnedValue QQmlDelegateModelEngineData::array | ( | QV4::ExecutionEngine * | engine, | 
| const QVector< QQmlChangeSet::Change > & | changes | ||
| ) | 
Definition at line 4021 of file qqmldelegatemodel.cpp.
References QQmlDelegateModelGroupChangeArray::create(), and o.
 Here is the call graph for this function:
 Here is the call graph for this function:| QV4::PersistentValue QQmlDelegateModelEngineData::changeProto | 
Definition at line 103 of file qqmldelegatemodel.cpp.