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

(d99c610674ada29c5280c07b45ebfab7bc4e3b11)

#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.

Namespaces

namespace  Syntax

Functions

bool gcDone (const QV4::ExecutionEngine *engine)
void gc (QV4::ExecutionEngine &engine, GCFlags flags)
bool gcDone (QQmlEngine *engine)
void gc (QQmlEngine &engine, GCFlags flags)
auto Syntax::stringView (const Word &word) -> QLatin1StringView
auto Syntax::toString (const Phrase &phrase) -> QString
auto Syntax::operator+ (const Word &word, const Phrase &phrase) -> Phrase
auto Syntax::operator+ (const Word &word1, const Word &word2) -> Phrase
auto Syntax::objectDeclaration (Phrase &&objectMember, QLatin1StringView objName) -> Phrase

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.