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
QQmlDelegateModelReadOnlyMetaObject< Target > Class Template Reference

#include <qqmldelegatemodel_p_p.h>

Inheritance diagram for QQmlDelegateModelReadOnlyMetaObject< Target >:
Collaboration diagram for QQmlDelegateModelReadOnlyMetaObject< Target >:

Public Member Functions

 QQmlDelegateModelReadOnlyMetaObject (const Target &target, int readOnlyProperty)
 ~QQmlDelegateModelReadOnlyMetaObject ()
void objectDestroyed (QObject *o) final
QMetaObjecttoDynamicMetaObject (QObject *o) final
int metaCall (QObject *o, QMetaObject::Call call, int id, void **argv) final

Detailed Description

template<typename Target>
class QQmlDelegateModelReadOnlyMetaObject< Target >

Definition at line 236 of file qqmldelegatemodel_p_p.h.

Constructor & Destructor Documentation

◆ QQmlDelegateModelReadOnlyMetaObject()

template<typename Target>
QQmlDelegateModelReadOnlyMetaObject< Target >::QQmlDelegateModelReadOnlyMetaObject ( const Target & target,
int readOnlyProperty )
inline

Definition at line 241 of file qqmldelegatemodel_p_p.h.

◆ ~QQmlDelegateModelReadOnlyMetaObject()

Member Function Documentation

◆ metaCall()

template<typename Target>
int QQmlDelegateModelReadOnlyMetaObject< Target >::metaCall ( QObject * o,
QMetaObject::Call call,
int id,
void ** argv )
inlinefinalvirtual

Implements QDynamicMetaObjectData.

Definition at line 266 of file qqmldelegatemodel_p_p.h.

◆ objectDestroyed()

template<typename Target>
void QQmlDelegateModelReadOnlyMetaObject< Target >::objectDestroyed ( QObject * o)
inlinefinalvirtual

Reimplemented from QDynamicMetaObjectData.

Definition at line 255 of file qqmldelegatemodel_p_p.h.

◆ toDynamicMetaObject()

template<typename Target>
QMetaObject * QQmlDelegateModelReadOnlyMetaObject< Target >::toDynamicMetaObject ( QObject * o)
inlinefinal

Definition at line 261 of file qqmldelegatemodel_p_p.h.


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