![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlpropertycache_p.h>
Collaboration diagram for QQmlMetaObjectPointer:Public Member Functions | |
| Q_NODISCARD_CTOR | QQmlMetaObjectPointer ()=default |
| Q_NODISCARD_CTOR | QQmlMetaObjectPointer (const QMetaObject *staticMetaObject) |
| ~QQmlMetaObjectPointer () | |
| void | setSharedOnce (QMetaObject *shared) const |
| const QMetaObject * | metaObject () const |
| bool | isShared () const |
| bool | isNull () const |
Friends | |
| class | QQmlPropertyCache |
Definition at line 40 of file qqmlpropertycache_p.h.
|
default |
|
inline |
Definition at line 45 of file qqmlpropertycache_p.h.
References QBasicAtomicInteger< T >::loadRelaxed(), and Q_ASSERT.
Here is the call graph for this function:
|
inline |
Definition at line 51 of file qqmlpropertycache_p.h.
References QBasicAtomicInteger< T >::loadAcquire(), and release().
Here is the call graph for this function:
|
inline |
Definition at line 97 of file qqmlpropertycache_p.h.
References d.
Referenced by QQmlPropertyCache::createMetaObject().
Here is the caller graph for this function:
|
inline |
Definition at line 89 of file qqmlpropertycache_p.h.
References d.
Referenced by QQmlPropertyCache::checksum().
Here is the caller graph for this function:
|
inline |
Definition at line 81 of file qqmlpropertycache_p.h.
References d, and metaObject().
Referenced by QQmlPropertyCache::callJSFactoryMethod(), QQmlPropertyCache::checksum(), QQmlPropertyCache::className(), QQmlPropertyCache::createMetaObject(), QQmlPropertyCache::firstCppMetaObject(), metaObject(), and QQmlPropertyCache::metaObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 74 of file qqmlpropertycache_p.h.
References d.
Referenced by QQmlPropertyCache::createMetaObject().
Here is the caller graph for this function:
|
friend |
Definition at line 59 of file qqmlpropertycache_p.h.