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

(39cb76db8bc5abaeece6672ef8e00a92fcb60a3c)

#include "qqmlobjectcreator_p.h"
#include <private/qqmlengine_p.h>
#include <private/qqmlvmemetaobject_p.h>
#include <private/qv4function_p.h>
#include <private/qv4functionobject_p.h>
#include <private/qv4qobjectwrapper_p.h>
#include <private/qqmlbinding_p.h>
#include <private/qqmlstringconverters_p.h>
#include <private/qqmlboundsignal_p.h>
#include <private/qqmlcomponentattached_p.h>
#include <private/qqmlcomponent_p.h>
#include <private/qqmlcustomparser_p.h>
#include <private/qqmlscriptstring_p.h>
#include <private/qqmlpropertyvalueinterceptor_p.h>
#include <private/qqmlvaluetypeproxybinding_p.h>
#include <private/qqmldebugconnector_p.h>
#include <private/qqmldebugserviceinterfaces_p.h>
#include <private/qqmlscriptdata_p.h>
#include <private/qqmlsourcecoordinate_p.h>
#include <private/qjsvalue_p.h>
#include <private/qv4generatorobject_p.h>
#include <private/qv4resolvedtypereference_p.h>
#include <private/qqmlpropertybinding_p.h>
#include <private/qqmlanybinding_p.h>
#include <QtQml/private/qqmlvme_p.h>
#include <QScopedValueRollback>
#include <qtqml_tracepoints_p.h>
#include <QLoggingCategory>
+ Include dependency graph for qqmlobjectcreator.cpp:

Go to the source code of this file.

Functions

QT_USE_NAMESPACE Q_TRACE_PREFIX (qtqml, "namespace QV4 {" "struct ExecutionEngine;" "class ExecutableCompilationUnit;" "namespace CompiledData {" "struct Object;" "}}" "class QQmlEngine;") QQmlObjectCreator
 
static QQmlType qmlTypeForObject (QObject *object)
 

Function Documentation

◆ Q_TRACE_PREFIX()

QT_USE_NAMESPACE Q_TRACE_PREFIX ( qtqml ,
"namespace QV4 {" "struct ExecutionEngine;" "class ExecutableCompilationUnit;" "namespace CompiledData {" "struct Object;" "}}" "class QQmlEngine;"  )

Definition at line 41 of file qqmlobjectcreator.cpp.

◆ qmlTypeForObject()

static QQmlType qmlTypeForObject ( QObject * object)
static

Definition at line 691 of file qqmlobjectcreator.cpp.