![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
DataGuard (QObject *obj, QList< DataGuard > *l) | |
![]() | |
Q_NODISCARD_CTOR | QQmlGuard () |
Q_NODISCARD_CTOR | QQmlGuard (ObjectDestroyedFn objectDestroyed, QObject *) |
Q_NODISCARD_CTOR | QQmlGuard (QObject *) |
Q_NODISCARD_CTOR | QQmlGuard (const QQmlGuard< QObject > &) |
QQmlGuard< QObject > & | operator= (const QQmlGuard< QObject > &o) |
QQmlGuard< QObject > & | operator= (QObject *) |
QObject * | object () const noexcept |
void | setObject (QObject *g) |
QObject * | operator-> () const noexcept |
QObject & | operator* () const |
operator QObject * () const noexcept | |
QObject * | data () const noexcept |
bool | isNull () const noexcept |
Public Attributes | |
QList< DataGuard > * | list |
Additional Inherited Members | |
![]() | |
using | ObjectDestroyedFn = void(*)(QQmlGuardImpl *) |
![]() | |
~QQmlGuardImpl () | |
QQmlGuardImpl () | |
QQmlGuardImpl (QObject *) | |
QQmlGuardImpl (const QQmlGuardImpl &) | |
void | addGuard () |
void | remGuard () |
void | setObject (QObject *g) |
bool | isNull () const noexcept |
![]() | |
QObject * | o = nullptr |
QQmlGuardImpl * | next = nullptr |
QQmlGuardImpl ** | prev = nullptr |
ObjectDestroyedFn | objectDestroyed = nullptr |
Definition at line 55 of file qquickpackage.cpp.
Definition at line 57 of file qquickpackage.cpp.
Definition at line 58 of file qquickpackage.cpp.