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
QQmlAdaptorModel::Accessors Class Reference

#include <qqmladaptormodel_p.h>

+ Inheritance diagram for QQmlAdaptorModel::Accessors:
+ Collaboration diagram for QQmlAdaptorModel::Accessors:

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 QQmlDelegateModelItemcreateItem (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, QScopedPointerPodDeletermetaObject
 
QQmlPropertyCache::ConstPtr propertyCache
 

Detailed Description

Definition at line 40 of file qqmladaptormodel_p.h.

Constructor & Destructor Documentation

◆ Accessors()

QQmlAdaptorModel::Accessors::Accessors ( )
inline

Definition at line 43 of file qqmladaptormodel_p.h.

◆ ~Accessors()

QT_BEGIN_NAMESPACE QQmlAdaptorModel::Accessors::~Accessors ( )
virtual

Definition at line 12 of file qqmladaptormodel.cpp.

Member Function Documentation

◆ canFetchMore()

virtual bool QQmlAdaptorModel::Accessors::canFetchMore ( const QQmlAdaptorModel & ) const
inlinevirtual

Reimplemented in VDMAbstractItemModelDataType.

Definition at line 71 of file qqmladaptormodel_p.h.

Referenced by QQmlAdaptorModel::canFetchMore().

+ Here is the caller graph for this function:

◆ cleanup()

virtual void QQmlAdaptorModel::Accessors::cleanup ( QQmlAdaptorModel & ) const
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().

+ Here is the caller graph for this function:

◆ columnCount()

virtual int QQmlAdaptorModel::Accessors::columnCount ( const QQmlAdaptorModel & ) const
inlinevirtual

Reimplemented in VDMObjectDelegateDataType, VDMAbstractItemModelDataType, and VDMListDelegateDataType.

Definition at line 46 of file qqmladaptormodel_p.h.

Referenced by QQmlAdaptorModel::columnCount().

+ Here is the caller graph for this function:

◆ createItem()

virtual QQmlDelegateModelItem * QQmlAdaptorModel::Accessors::createItem ( QQmlAdaptorModel & ,
const QQmlRefPointer< QQmlDelegateModelItemMetaType > & ,
int ,
int ,
int  )
inlinevirtual

Reimplemented in VDMAbstractItemModelDataType, VDMListDelegateDataType, and VDMObjectDelegateDataType.

Definition at line 52 of file qqmladaptormodel_p.h.

Referenced by QQmlAdaptorModel::createItem().

+ Here is the caller graph for this function:

◆ fetchMore()

virtual void QQmlAdaptorModel::Accessors::fetchMore ( QQmlAdaptorModel & ) const
inlinevirtual

Reimplemented in VDMAbstractItemModelDataType.

Definition at line 72 of file qqmladaptormodel_p.h.

Referenced by QQmlAdaptorModel::fetchMore().

+ Here is the caller graph for this function:

◆ modelIndex()

virtual QVariant QQmlAdaptorModel::Accessors::modelIndex ( const QQmlAdaptorModel & ,
int  ) const
inlinevirtual

Reimplemented in VDMAbstractItemModelDataType.

Definition at line 69 of file qqmladaptormodel_p.h.

Referenced by QQmlAdaptorModel::modelIndex().

+ Here is the caller graph for this function:

◆ notify()

virtual bool QQmlAdaptorModel::Accessors::notify ( const QQmlAdaptorModel & ,
const QList< QQmlDelegateModelItem * > & ,
int ,
int ,
const QVector< int > &  ) const
inlinevirtual

Reimplemented in VDMAbstractItemModelDataType, VDMListDelegateDataType, and VDMObjectDelegateDataType.

Definition at line 57 of file qqmladaptormodel_p.h.

Referenced by QQmlAdaptorModel::notify().

+ Here is the caller graph for this function:

◆ parentModelIndex()

virtual QVariant QQmlAdaptorModel::Accessors::parentModelIndex ( const QQmlAdaptorModel & ) const
inlinevirtual

Reimplemented in VDMAbstractItemModelDataType.

Definition at line 67 of file qqmladaptormodel_p.h.

Referenced by QQmlAdaptorModel::parentModelIndex().

+ Here is the caller graph for this function:

◆ replaceWatchedRoles()

virtual void QQmlAdaptorModel::Accessors::replaceWatchedRoles ( QQmlAdaptorModel & ,
const QList< QByteArray > & ,
const QList< QByteArray > &  ) const
inlinevirtual

Reimplemented in VDMAbstractItemModelDataType.

Definition at line 63 of file qqmladaptormodel_p.h.

Referenced by QQmlAdaptorModel::replaceWatchedRoles().

+ Here is the caller graph for this function:

◆ rowCount()

virtual int QQmlAdaptorModel::Accessors::rowCount ( const QQmlAdaptorModel & ) const
inlinevirtual

Reimplemented in VDMAbstractItemModelDataType, VDMListDelegateDataType, and VDMObjectDelegateDataType.

Definition at line 45 of file qqmladaptormodel_p.h.

Referenced by QQmlAdaptorModel::rowCount().

+ Here is the caller graph for this function:

◆ value()

virtual QVariant QQmlAdaptorModel::Accessors::value ( const QQmlAdaptorModel & ,
int ,
const QString &  ) const
inlinevirtual

Reimplemented in VDMAbstractItemModelDataType, VDMListDelegateDataType, and VDMObjectDelegateDataType.

Definition at line 49 of file qqmladaptormodel_p.h.

Referenced by QQmlAdaptorModel::value().

+ Here is the caller graph for this function:

Member Data Documentation

◆ metaObject

◆ propertyCache


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