Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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)
 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 101 of file qqmldelegatemodel.cpp.

Constructor & Destructor Documentation

◆ QQmlDelegateModelEngineData() [1/2]

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

Definition at line 4183 of file qqmldelegatemodel.cpp.

◆ ~QQmlDelegateModelEngineData() [1/2]

QQmlDelegateModelEngineData::~QQmlDelegateModelEngineData ( )

Definition at line 4194 of file qqmldelegatemodel.cpp.

◆ QQmlDelegateModelEngineData() [2/2]

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

◆ ~QQmlDelegateModelEngineData() [2/2]

QQmlDelegateModelEngineData::~QQmlDelegateModelEngineData ( )

Member Function Documentation

◆ array() [1/2]

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

Definition at line 4198 of file qqmldelegatemodel.cpp.

◆ array() [2/2]

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

Member Data Documentation

◆ changeProto

QV4::PersistentValue QQmlDelegateModelEngineData::changeProto

Definition at line 110 of file qqmldelegatemodel.cpp.


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