![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlguard_p.h>
Public Types | |
| using | ObjectDestroyedFn = void(*)(QQmlGuardImpl *) |
Public Member Functions | |
| QQmlGuardImpl () | |
| QQmlGuardImpl (QObject *) | |
| QQmlGuardImpl (const QQmlGuardImpl &) | |
| void | addGuard () |
| void | remGuard () |
| void | setObject (QObject *g) |
| bool | isNull () const noexcept |
Public Attributes | |
| QObject * | o = nullptr |
| QQmlGuardImpl * | next = nullptr |
| QQmlGuardImpl ** | prev = nullptr |
| ObjectDestroyedFn | objectDestroyed = nullptr |
Protected Member Functions | |
| ~QQmlGuardImpl () | |
Definition at line 24 of file qqmlguard_p.h.
| using QQmlGuardImpl::ObjectDestroyedFn = void(*)(QQmlGuardImpl *) |
Definition at line 27 of file qqmlguard_p.h.
|
inline |
Definition at line 127 of file qqmlguard_p.h.
|
inline |
Definition at line 131 of file qqmlguard_p.h.
|
inline |
Definition at line 144 of file qqmlguard_p.h.
|
inlineprotected |
Definition at line 150 of file qqmlguard_p.h.
|
inline |
Definition at line 156 of file qqmlguard_p.h.
|
inlinenoexcept |
Definition at line 45 of file qqmlguard_p.h.
|
inline |
Definition at line 170 of file qqmlguard_p.h.
Definition at line 223 of file qqmlguard_p.h.
| QQmlGuardImpl* QQmlGuardImpl::next = nullptr |
Definition at line 37 of file qqmlguard_p.h.
Definition at line 36 of file qqmlguard_p.h.
| ObjectDestroyedFn QQmlGuardImpl::objectDestroyed = nullptr |
Definition at line 39 of file qqmlguard_p.h.
| QQmlGuardImpl** QQmlGuardImpl::prev = nullptr |
Definition at line 38 of file qqmlguard_p.h.