Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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)
 
- Public Member Functions inherited from QQmlGuard< QObject >
Q_NODISCARD_CTOR QQmlGuard ()
 
Q_NODISCARD_CTOR QQmlGuard (ObjectDestroyedFn objectDestroyed, QObject *)
 
Q_NODISCARD_CTOR QQmlGuard (QObject *)
 
Q_NODISCARD_CTOR QQmlGuard (const QQmlGuard< QObject > &)
 
QQmlGuard< QObject > & operator= (const QQmlGuard< QObject > &o)
 
QQmlGuard< QObject > & operator= (QObject *)
 
QObjectobject () const noexcept
 
void setObject (QObject *g)
 
QObjectoperator-> () const noexcept
 
QObjectoperator* () const
 
 operator QObject * () const noexcept
 
QObjectdata () const noexcept
 
bool isNull () 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 55 of file qquickpackage.cpp.

Constructor & Destructor Documentation

◆ DataGuard()

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

Definition at line 57 of file qquickpackage.cpp.

Member Data Documentation

◆ list

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

Definition at line 58 of file qquickpackage.cpp.


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