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
QQuickPackagePrivate::DataGuard Struct Reference
Inheritance diagram for QQuickPackagePrivate::DataGuard:
Collaboration diagram for QQuickPackagePrivate::DataGuard:

Public Member Functions

 DataGuard (QObject *obj, QList< DataGuard > *l)
 DataGuard (QObject *obj, QList< DataGuard > *l)
Public Member Functions inherited from QQmlGuard< QObject >
bool isNull () const noexcept
Q_NODISCARD_CTOR QQmlGuard ()
QQmlGuard< QObject > & operator= (const QQmlGuard< QObject > &o)
QObjectobject () const noexcept
void setObject (QObject *g)
QObjectoperator-> () const noexcept
QObjectoperator* () const
 operator QObject * () const noexcept
QObjectdata () 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
QObjecto = nullptr
QQmlGuardImplnext = nullptr
QQmlGuardImpl ** prev = nullptr
ObjectDestroyedFn objectDestroyed = nullptr

Detailed Description

Definition at line 56 of file qquickpackage.cpp.

Constructor & Destructor Documentation

◆ DataGuard() [1/2]

QQuickPackagePrivate::DataGuard::DataGuard ( QObject * obj,
QList< DataGuard > * l )
inline

Definition at line 58 of file qquickpackage.cpp.

◆ DataGuard() [2/2]

QQuickPackagePrivate::DataGuard::DataGuard ( QObject * obj,
QList< DataGuard > * l )
inline

Definition at line 58 of file qquickpackage.cpp.

Member Data Documentation

◆ list

QList< DataGuard > * QQuickPackagePrivate::DataGuard::list

Definition at line 59 of file qquickpackage.cpp.


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