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_p.h File Reference

(85b7937b70ee7d2fbf02e7bdff12a01cf12e084c)

#include <QtCore/QTemporaryDir>
#include <QtCore/QDir>
#include <QtCore/QUrl>
#include <QtCore/QCoreApplication>
#include <QtCore/QStringList>
#include <QtTest/QTest>
#include <QtCore/private/qglobal_p.h>
+ Include dependency graph for qmlutils_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QQmlDataTest
 
class  QQmlTestMessageHandler
 

Namespaces

namespace  QV4
 

Enumerations

enum class  GCFlags { None = 0 , DontSendPostedEvents = 1 }
 

Functions

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

Enumeration Type Documentation

◆ GCFlags

enum class GCFlags
strong
Enumerator
None 
DontSendPostedEvents 

Definition at line 115 of file qmlutils_p.h.

Function Documentation

◆ gc() [1/2]

void gc ( QQmlEngine & engine,
GCFlags flags = GCFlags::None )

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: