![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlvme_p.h>
Public Member Functions | |
| QQmlVMEGuard () | |
| ~QQmlVMEGuard () | |
| void | guard (QQmlObjectCreator *) |
| void | clear () |
| bool | isOK () const |
Definition at line 68 of file qqmlvme_p.h.
| QQmlVMEGuard::QQmlVMEGuard | ( | ) |
Definition at line 40 of file qqmlvme.cpp.
References QQmlVMEGuard().
Referenced by QQmlVMEGuard().
| QQmlVMEGuard::~QQmlVMEGuard | ( | ) |
Definition at line 45 of file qqmlvme.cpp.
References clear().
| void QQmlVMEGuard::clear | ( | ) |
Definition at line 65 of file qqmlvme.cpp.
Referenced by ~QQmlVMEGuard(), and guard().
| void QQmlVMEGuard::guard | ( | QQmlObjectCreator * | creator | ) |
Definition at line 50 of file qqmlvme.cpp.
References clear().
| bool QQmlVMEGuard::isOK | ( | ) | const |
Definition at line 76 of file qqmlvme.cpp.