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

(ca7fcace5a740966175218d2dbd24421443a4ce2)

#include "qqmlpreviewbindingpatchcontext_p.h"
#include <private/qqmlcomponent_p.h>
#include <private/qqmlnotifier_p.h>
#include <private/qqmlobjectcreator_p.h>
#include <private/qqmlproperty_p.h>
#include <private/qqmlpropertybinding_p.h>
#include <private/qqmlpropertytopropertybinding_p.h>
#include <private/qqmltypeloader_p.h>
#include <private/qqmlvaluetypeproxybinding_p.h>
#include <private/qqmlvme_p.h>
#include <private/qv4functionobject_p.h>
#include <private/qv4generatorobject_p.h>
#include <private/qv4qmlcontext_p.h>
#include <private/qv4resolvedtypereference_p.h>
#include <QtCore/qqueue.h>
#include <QtCore/qset.h>
Include dependency graph for qqmlpreviewbindingpatchcontext.cpp:

Go to the source code of this file.

Namespaces

namespace  QQmlPreview

Functions

static bool QQmlPreview::functionBelongsToObject (const QV4::Function *f, const QQmlRefPointer< QV4::ExecutableCompilationUnit > &cu, int objectIndex)
static bool QQmlPreview::isExternalFunction (const QV4::Function *f, const std::vector< CompositeLevel > &internalUnits, QObject *target)
static bool QQmlPreview::isExternalBinding (const QQmlAnyBinding &binding, const std::vector< CompositeLevel > &internalUnits, QObject *target)
static QObjectQQmlPreview::propertyToPropertySource (const QQmlAnyBinding &binding)
static QVariant QQmlPreview::literalBindingValue (const QQmlRefPointer< QV4::ExecutableCompilationUnit > &unit, const QV4::CompiledData::Binding *binding)
static QVariant QQmlPreview::coerceToPropertyType (QV4::ExecutionEngine *v4, const QVariant &value, QMetaType propertyType)
static QObjectQQmlPreview::idTarget (QObject *object, const QString &name)
static ReboundBindings QQmlPreview::reboundBindings (const QQmlRefPointer< QV4::ExecutableCompilationUnit > &unit, int cuIndex)
static int QQmlPreview::reboundSubObjectIndex (const ReboundBindings &rebound, const QString &name, QV4::CompiledData::Binding::Type type)