![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmllist_p.h>
Public Member Functions | |
| QQmlListReferencePrivate () | |
| void | addref () |
| void | release () |
| const QMetaObject * | elementType () |
Static Public Member Functions | |
| static QQmlListReference | init (const QQmlListProperty< QObject > &, QMetaType) |
| static QQmlListReferencePrivate * | get (QQmlListReference *ref) |
Public Attributes | |
| QPointer< QObject > | object |
| QQmlListProperty< QObject > | property |
| QMetaType | propertyType |
| int | refCount |
Definition at line 27 of file qqmllist_p.h.
| QQmlListReferencePrivate::QQmlListReferencePrivate | ( | ) |
Definition at line 20 of file qqmllist.cpp.
References refCount.
| void QQmlListReferencePrivate::addref | ( | ) |
Definition at line 40 of file qqmllist.cpp.
References refCount.
|
inline |
Definition at line 46 of file qqmllist_p.h.
Referenced by isObjectCompatible().
|
inlinestatic |
Definition at line 42 of file qqmllist_p.h.
|
static |
Definition at line 25 of file qqmllist.cpp.
| void QQmlListReferencePrivate::release | ( | ) |
Definition at line 46 of file qqmllist.cpp.
References refCount.
Definition at line 34 of file qqmllist_p.h.
| QQmlListProperty<QObject> QQmlListReferencePrivate::property |
Definition at line 35 of file qqmllist_p.h.
| QMetaType QQmlListReferencePrivate::propertyType |
Definition at line 36 of file qqmllist_p.h.
| int QQmlListReferencePrivate::refCount |
Definition at line 40 of file qqmllist_p.h.
Referenced by QQmlListReferencePrivate(), addref(), and release().