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
qmlutils.cpp File Reference

(85b7937b70ee7d2fbf02e7bdff12a01cf12e084c)

#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 134 of file qmlutils.cpp.

References engine, gc(), QQmlEnginePrivate::get(), and priv().

+ Here is the call graph for this function:

◆ gc() [2/2]

◆ gcDone() [1/2]

bool gcDone ( const QV4::ExecutionEngine * engine)

Definition at line 114 of file qmlutils.cpp.

References engine.

Referenced by gc(), and gcDone().

+ Here is the caller graph for this function:

◆ gcDone() [2/2]

bool gcDone ( QQmlEngine * engine)

Definition at line 129 of file qmlutils.cpp.

References engine, gcDone(), QQmlEnginePrivate::get(), and priv().

+ Here is the call graph for this function: