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
QQmlMetaObjectPointer Class Reference

#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 QMetaObjectmetaObject () const
bool isShared () const
bool isNull () const

Friends

class QQmlPropertyCache

Detailed Description

Definition at line 40 of file qqmlpropertycache_p.h.

Constructor & Destructor Documentation

◆ QQmlMetaObjectPointer() [1/2]

Q_NODISCARD_CTOR QQmlMetaObjectPointer::QQmlMetaObjectPointer ( )
default

◆ QQmlMetaObjectPointer() [2/2]

Q_NODISCARD_CTOR QQmlMetaObjectPointer::QQmlMetaObjectPointer ( const QMetaObject * staticMetaObject)
inline

Definition at line 45 of file qqmlpropertycache_p.h.

◆ ~QQmlMetaObjectPointer()

QQmlMetaObjectPointer::~QQmlMetaObjectPointer ( )
inline

Definition at line 51 of file qqmlpropertycache_p.h.

Member Function Documentation

◆ isNull()

bool QQmlMetaObjectPointer::isNull ( ) const
inline

Definition at line 97 of file qqmlpropertycache_p.h.

◆ isShared()

bool QQmlMetaObjectPointer::isShared ( ) const
inline

Definition at line 89 of file qqmlpropertycache_p.h.

◆ metaObject()

const QMetaObject * QQmlMetaObjectPointer::metaObject ( ) const
inline

Definition at line 81 of file qqmlpropertycache_p.h.

◆ setSharedOnce()

void QQmlMetaObjectPointer::setSharedOnce ( QMetaObject * shared) const
inline

Definition at line 74 of file qqmlpropertycache_p.h.

◆ QQmlPropertyCache

friend class QQmlPropertyCache
friend

Definition at line 59 of file qqmlpropertycache_p.h.


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