![]() |
Qt 6.x
The Qt SDK
|
#include <qqmladaptormodel_p.h>
Public Member Functions | |
Accessors () | |
virtual | ~Accessors () |
virtual int | rowCount (const QQmlAdaptorModel &) const |
virtual int | columnCount (const QQmlAdaptorModel &) const |
virtual void | cleanup (QQmlAdaptorModel &) const |
virtual QVariant | value (const QQmlAdaptorModel &, int, const QString &) const |
virtual QQmlDelegateModelItem * | createItem (QQmlAdaptorModel &, const QQmlRefPointer< QQmlDelegateModelItemMetaType > &, int, int, int) |
virtual bool | notify (const QQmlAdaptorModel &, const QList< QQmlDelegateModelItem * > &, int, int, const QVector< int > &) const |
virtual void | replaceWatchedRoles (QQmlAdaptorModel &, const QList< QByteArray > &, const QList< QByteArray > &) const |
virtual QVariant | parentModelIndex (const QQmlAdaptorModel &) const |
virtual QVariant | modelIndex (const QQmlAdaptorModel &, int) const |
virtual bool | canFetchMore (const QQmlAdaptorModel &) const |
virtual void | fetchMore (QQmlAdaptorModel &) const |
Public Attributes | |
QScopedPointer< QMetaObject, QScopedPointerPodDeleter > | metaObject |
QQmlPropertyCache::ConstPtr | propertyCache |
Definition at line 40 of file qqmladaptormodel_p.h.
|
inline |
Definition at line 43 of file qqmladaptormodel_p.h.
|
virtual |
Definition at line 12 of file qqmladaptormodel.cpp.
|
inlinevirtual |
Reimplemented in VDMAbstractItemModelDataType.
Definition at line 71 of file qqmladaptormodel_p.h.
Referenced by QQmlAdaptorModel::canFetchMore().
|
inlinevirtual |
Reimplemented in VDMAbstractItemModelDataType, VDMListDelegateDataType, and VDMObjectDelegateDataType.
Definition at line 47 of file qqmladaptormodel_p.h.
Referenced by QQmlAdaptorModel::~QQmlAdaptorModel(), QQmlAdaptorModel::invalidateModel(), and QQmlAdaptorModel::setModel().
|
inlinevirtual |
Reimplemented in VDMObjectDelegateDataType, VDMAbstractItemModelDataType, and VDMListDelegateDataType.
Definition at line 46 of file qqmladaptormodel_p.h.
Referenced by QQmlAdaptorModel::columnCount().
|
inlinevirtual |
Reimplemented in VDMAbstractItemModelDataType, VDMListDelegateDataType, and VDMObjectDelegateDataType.
Definition at line 52 of file qqmladaptormodel_p.h.
Referenced by QQmlAdaptorModel::createItem().
|
inlinevirtual |
Reimplemented in VDMAbstractItemModelDataType.
Definition at line 72 of file qqmladaptormodel_p.h.
Referenced by QQmlAdaptorModel::fetchMore().
|
inlinevirtual |
Reimplemented in VDMAbstractItemModelDataType.
Definition at line 69 of file qqmladaptormodel_p.h.
Referenced by QQmlAdaptorModel::modelIndex().
|
inlinevirtual |
Reimplemented in VDMAbstractItemModelDataType, VDMListDelegateDataType, and VDMObjectDelegateDataType.
Definition at line 57 of file qqmladaptormodel_p.h.
Referenced by QQmlAdaptorModel::notify().
|
inlinevirtual |
Reimplemented in VDMAbstractItemModelDataType.
Definition at line 67 of file qqmladaptormodel_p.h.
Referenced by QQmlAdaptorModel::parentModelIndex().
|
inlinevirtual |
Reimplemented in VDMAbstractItemModelDataType.
Definition at line 63 of file qqmladaptormodel_p.h.
Referenced by QQmlAdaptorModel::replaceWatchedRoles().
|
inlinevirtual |
Reimplemented in VDMAbstractItemModelDataType, VDMListDelegateDataType, and VDMObjectDelegateDataType.
Definition at line 45 of file qqmladaptormodel_p.h.
Referenced by QQmlAdaptorModel::rowCount().
|
inlinevirtual |
Reimplemented in VDMAbstractItemModelDataType, VDMListDelegateDataType, and VDMObjectDelegateDataType.
Definition at line 49 of file qqmladaptormodel_p.h.
Referenced by QQmlAdaptorModel::value().
QScopedPointer<QMetaObject, QScopedPointerPodDeleter> QQmlAdaptorModel::Accessors::metaObject |
Definition at line 74 of file qqmladaptormodel_p.h.
Referenced by VDMListDelegateDataType::VDMListDelegateDataType(), VDMAbstractItemModelDataType::createItem(), VDMObjectDelegateDataType::createItem(), VDMListDelegateDataType::createProperty(), QQmlDMObjectDataMetaObject::createProperty(), VDMAbstractItemModelDataType::initializeMetaType(), VDMObjectDelegateDataType::initializeMetaType(), VDMListDelegateDataType::metaObjectFromType(), VDMListDelegateDataType::setValue(), VDMAbstractItemModelDataType::value(), and VDMListDelegateDataType::value().
QQmlPropertyCache::ConstPtr QQmlAdaptorModel::Accessors::propertyCache |
Definition at line 75 of file qqmladaptormodel_p.h.
Referenced by QQmlDelegateModelItem::QQmlDelegateModelItem(), VDMAbstractItemModelDataType::initializeMetaType(), and VDMListDelegateDataType::toDynamicMetaObject().