Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQuickStatePrivate::OperationGuard Struct Reference

#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 >
bool isNull () const noexcept
Q_NODISCARD_CTOR QQmlGuard ()
QQmlGuard< QQuickStateOperation > & operator= (const QQmlGuard< QQuickStateOperation > &o)
QQuickStateOperationobject () const noexcept
void setObject (QQuickStateOperation *g)
QQuickStateOperationoperator-> () const noexcept
QQuickStateOperationoperator* () const
 operator QQuickStateOperation * () const noexcept
QQuickStateOperationdata () 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
QObjecto = nullptr
QQmlGuardImplnext = nullptr
QQmlGuardImpl ** prev = nullptr
ObjectDestroyedFn objectDestroyed = nullptr

Detailed Description

Definition at line 178 of file qquickstate_p_p.h.

Constructor & Destructor Documentation

◆ OperationGuard()

QQuickStatePrivate::OperationGuard::OperationGuard ( QObject * obj,
QList< OperationGuard > * l )
inline

Definition at line 180 of file qquickstate_p_p.h.

References OperationGuard().

Referenced by OperationGuard().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ list

QList<OperationGuard>* QQuickStatePrivate::OperationGuard::list

Definition at line 186 of file qquickstate_p_p.h.


The documentation for this struct was generated from the following file: