![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquickstate_p_p.h>
Public Member Functions | |
| OperationGuard (QObject *obj, QList< OperationGuard > *l) | |
| Public Member Functions inherited from QQmlGuard< QQuickStateOperation > | |
| bool | isNull () const noexcept |
| Q_NODISCARD_CTOR | QQmlGuard () |
| QQmlGuard< QQuickStateOperation > & | operator= (const QQmlGuard< QQuickStateOperation > &o) |
| QQuickStateOperation * | object () const noexcept |
| void | setObject (QQuickStateOperation *g) |
| QQuickStateOperation * | operator-> () const noexcept |
| QQuickStateOperation & | operator* () const |
| operator QQuickStateOperation * () const noexcept | |
| QQuickStateOperation * | data () 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 178 of file qquickstate_p_p.h.
|
inline |
Definition at line 180 of file qquickstate_p_p.h.
References OperationGuard().
Referenced by OperationGuard().
| QList<OperationGuard>* QQuickStatePrivate::OperationGuard::list |
Definition at line 186 of file qquickstate_p_p.h.