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
qqmlpreviewobjectpatch_p.h File Reference

(ef36cfd4cfd793aa5aab4d5558ca03e8e0f72a74)

#include <private/qv4executablecompilationunit_p.h>
#include <QtCore/qobject.h>
#include <vector>
Include dependency graph for qqmlpreviewobjectpatch_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QQmlPreview

Enumerations

enum class  QQmlPreview::PatchResult : quint8 { QQmlPreview::Failed , QQmlPreview::Rebuilt , QQmlPreview::PatchedInPlace }

Functions

PatchResult QQmlPreview::applyDiff (std::vector< QObject * > &objects, const QQmlRefPointer< QV4::ExecutableCompilationUnit > &oldUnit, const QQmlRefPointer< QV4::ExecutableCompilationUnit > &newUnit)
void QQmlPreview::refreshBindings (const QQmlRefPointer< QV4::ExecutableCompilationUnit > &oldUnit, const QQmlRefPointer< QV4::ExecutableCompilationUnit > &newUnit)
void QQmlPreview::redirectResolvedTypeReferences (QV4::ExecutionEngine *engine, const QQmlRefPointer< QV4::CompiledData::CompilationUnit > &oldUnit, const QQmlRefPointer< QV4::CompiledData::CompilationUnit > &newUnit)