![]() |
Qt 6.x
The Qt SDK
|
#include <qqmlvme_p.h>
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().
void QQmlVMEGuard::clear | ( | ) |
Definition at line 66 of file qqmlvme.cpp.
Referenced by ~QQmlVMEGuard(), QQmlIncubatorPrivate::clear(), guard(), and QQmlIncubatorPrivate::incubate().
void QQmlVMEGuard::guard | ( | QQmlObjectCreator * | creator | ) |
Definition at line 51 of file qqmlvme.cpp.
References clear(), QFiniteStack< T >::count(), and creator.
Referenced by QQmlIncubatorPrivate::incubate().
bool QQmlVMEGuard::isOK | ( | ) | const |
Definition at line 77 of file qqmlvme.cpp.
References engine.
Referenced by QQmlIncubatorPrivate::clear(), and QQmlIncubatorPrivate::incubate().