![]() |
Qt 6.x
The Qt SDK
|
Inheritance diagram for QQuickPackagePrivate::DataGuard:
Collaboration diagram for QQuickPackagePrivate::DataGuard:Public Member Functions | |
| DataGuard (QObject *obj, QList< DataGuard > *l) | |
Public Member Functions inherited from QQmlGuard< QObject > | |
| 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 | |
Protected Types inherited from QQmlGuardImpl | |
| using | ObjectDestroyedFn = void(*)(QQmlGuardImpl *) |
Protected Member Functions inherited from QQmlGuardImpl | |
| ~QQmlGuardImpl () | |
| QQmlGuardImpl () | |
| QQmlGuardImpl (QObject *) | |
| QQmlGuardImpl (const QQmlGuardImpl &) | |
| void | addGuard () |
| void | remGuard () |
| void | setObject (QObject *g) |
| bool | isNull () const noexcept |
Protected Attributes inherited from QQmlGuardImpl | |
| 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.