Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQmlVMEGuard Class Reference

#include <qqmlvme_p.h>

+ Collaboration diagram for QQmlVMEGuard:

Public Member Functions

 QQmlVMEGuard ()
 
 ~QQmlVMEGuard ()
 
void guard (QQmlObjectCreator *)
 
void clear ()
 
bool isOK () const
 

Detailed Description

Definition at line 69 of file qqmlvme_p.h.

Constructor & Destructor Documentation

◆ QQmlVMEGuard()

QQmlVMEGuard::QQmlVMEGuard ( )

Definition at line 41 of file qqmlvme.cpp.

◆ ~QQmlVMEGuard()

QQmlVMEGuard::~QQmlVMEGuard ( )

Definition at line 46 of file qqmlvme.cpp.

References clear().

+ Here is the call graph for this function:

Member Function Documentation

◆ clear()

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:

◆ guard()

void QQmlVMEGuard::guard ( QQmlObjectCreator * creator)

Definition at line 51 of file qqmlvme.cpp.

References clear(), and creator.

Referenced by QQmlIncubatorPrivate::incubate().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isOK()

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:

The documentation for this class was generated from the following files: