Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlDelegateModelEngineData Class Reference
+ Inheritance 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
 

Detailed Description

Definition at line 94 of file qqmldelegatemodel.cpp.

Constructor & Destructor Documentation

◆ QQmlDelegateModelEngineData()

QQmlDelegateModelEngineData::QQmlDelegateModelEngineData ( QV4::ExecutionEngine * v4)

Definition at line 4046 of file qqmldelegatemodel.cpp.

References QV4::Object::defineAccessorProperty(), 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:

◆ ~QQmlDelegateModelEngineData()

QQmlDelegateModelEngineData::~QQmlDelegateModelEngineData ( )

Definition at line 4057 of file qqmldelegatemodel.cpp.

Member Function Documentation

◆ array()

QV4::ReturnedValue QQmlDelegateModelEngineData::array ( QV4::ExecutionEngine * engine,
const QVector< QQmlChangeSet::Change > & changes )

Definition at line 4061 of file qqmldelegatemodel.cpp.

References QQmlDelegateModelGroupChangeArray::create(), and o.

+ Here is the call graph for this function:

Member Data Documentation

◆ changeProto

QV4::PersistentValue QQmlDelegateModelEngineData::changeProto

Definition at line 103 of file qqmldelegatemodel.cpp.


The documentation for this class was generated from the following file: