![]() |
Qt 6.x
The Qt SDK
|
#include <qquickstate_p_p.h>
Inheritance diagram for QQuickStatePrivate::OperationGuard:
Collaboration diagram for QQuickStatePrivate::OperationGuard:Public Member Functions | |
| OperationGuard (QObject *obj, QList< OperationGuard > *l) | |
Public Member Functions inherited from QQmlGuard< QQuickStateOperation > | |
| Q_NODISCARD_CTOR | QQmlGuard () |
| Q_NODISCARD_CTOR | QQmlGuard (ObjectDestroyedFn objectDestroyed, QQuickStateOperation *) |
| Q_NODISCARD_CTOR | QQmlGuard (QQuickStateOperation *) |
| Q_NODISCARD_CTOR | QQmlGuard (const QQmlGuard< QQuickStateOperation > &) |
| QQmlGuard< QQuickStateOperation > & | operator= (const QQmlGuard< QQuickStateOperation > &o) |
| QQmlGuard< QQuickStateOperation > & | operator= (QQuickStateOperation *) |
| QQuickStateOperation * | object () const noexcept |
| void | setObject (QQuickStateOperation *g) |
| QQuickStateOperation * | operator-> () const noexcept |
| QQuickStateOperation & | operator* () const |
| operator QQuickStateOperation * () const noexcept | |
| QQuickStateOperation * | data () const noexcept |
| bool | isNull () const noexcept |
Public Attributes | |
| QList< OperationGuard > * | 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 177 of file qquickstate_p_p.h.
|
inline |
Definition at line 179 of file qquickstate_p_p.h.
References QQmlGuard< QQuickStateOperation >::setObject().
Here is the call graph for this function:| QList<OperationGuard>* QQuickStatePrivate::OperationGuard::list |
Definition at line 185 of file qquickstate_p_p.h.