![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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) |
QObject * | object () const noexcept |
void | setObject (QObject *g) |
QObject * | operator-> () const noexcept |
QObject & | operator* () const |
operator QObject * () const noexcept | |
QObject * | data () 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 | |
QObject * | o = nullptr |
QQmlGuardImpl * | next = nullptr |
QQmlGuardImpl ** | prev = nullptr |
ObjectDestroyedFn | objectDestroyed = nullptr |
Definition at line 56 of file qquickpackage.cpp.
Definition at line 58 of file qquickpackage.cpp.
Definition at line 58 of file qquickpackage.cpp.
Definition at line 59 of file qquickpackage.cpp.