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_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 135 of file qmlutils.cpp.

◆ gc() [2/2]

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

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.