![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlvme_p.h>
Collaboration diagram for QQmlVMEGuard:Public Member Functions | |
| QQmlVMEGuard () | |
| ~QQmlVMEGuard () | |
| void | guard (QQmlObjectCreator *) |
| void | clear () |
| bool | isOK () const |
Definition at line 69 of file qqmlvme_p.h.
| QQmlVMEGuard::QQmlVMEGuard | ( | ) |
Definition at line 41 of file qqmlvme.cpp.
| QQmlVMEGuard::~QQmlVMEGuard | ( | ) |
Definition at line 46 of file qqmlvme.cpp.
References clear().
Here is the call graph for this function:| void QQmlVMEGuard::clear | ( | ) |
Definition at line 66 of file qqmlvme.cpp.
Referenced by ~QQmlVMEGuard(), QQmlIncubatorPrivate::clear(), guard(), and QQmlIncubatorPrivate::incubate().
Here is the caller graph for this function:| void QQmlVMEGuard::guard | ( | QQmlObjectCreator * | creator | ) |
Definition at line 51 of file qqmlvme.cpp.
References clear(), QFiniteStack< T >::count(), and creator.
Referenced by QQmlIncubatorPrivate::incubate().
Here is the call graph for this function:
Here is the caller graph for this function:| bool QQmlVMEGuard::isOK | ( | ) | const |
Definition at line 77 of file qqmlvme.cpp.
References engine.
Referenced by QQmlIncubatorPrivate::clear(), and QQmlIncubatorPrivate::incubate().
Here is the caller graph for this function: