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

(3135263487bf468707229919c27a567a92302f02)

#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/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::isExternalBinding (const QQmlAnyBinding &binding, const std::vector< CompositeLevel > &internalUnits, QObject *target)
static QObjectQQmlPreview::propertyToPropertySource (const QQmlAnyBinding &binding)
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)