![]() |
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) | |
![]() | |
bool | isNull () const noexcept |
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 | |
![]() | |
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 177 of file qquickstate_p_p.h.
|
inline |
Definition at line 179 of file qquickstate_p_p.h.
References OperationGuard().
Referenced by OperationGuard().
QList<OperationGuard>* QQuickStatePrivate::OperationGuard::list |
Definition at line 185 of file qquickstate_p_p.h.