Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qmlutils.cpp File Reference

(e7b90cfc31e9b651fd4895944f84d78aa637f120)

#include "qmlutils_p.h"
#include <QtCore/QDebug>
#include <QtCore/QMutexLocker>
#include <QtQml/QQmlComponent>
#include <QtQml/QQmlEngine>
#include <private/qqmlengine_p.h>
#include "moc_qmlutils_p.cpp"
Include dependency graph for qmlutils.cpp:

Go to the source code of this file.

Functions

bool gcDone (const QV4::ExecutionEngine *engine)
void gc (QV4::ExecutionEngine &engine, GCFlags flags)
bool gcDone (QQmlEngine *engine)
void gc (QQmlEngine &engine, GCFlags flags)

Function Documentation

◆ gc() [1/2]

void gc ( QQmlEngine & engine,
GCFlags flags )

Definition at line 135 of file qmlutils.cpp.

◆ gc() [2/2]

void gc ( QV4::ExecutionEngine & engine,
GCFlags flags )

Definition at line 120 of file qmlutils.cpp.

References DontSendPostedEvents, and gcDone().

Here is the call graph for this function:

◆ gcDone() [1/2]

bool gcDone ( const QV4::ExecutionEngine * engine)

Definition at line 116 of file qmlutils.cpp.

Referenced by gc().

Here is the caller graph for this function:

◆ gcDone() [2/2]

bool gcDone ( QQmlEngine * engine)

Definition at line 131 of file qmlutils.cpp.