![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlpreviewbindingpatchcontext_p.h>
Definition at line 49 of file qqmlpreviewbindingpatchcontext_p.h.
|
inline |
Definition at line 52 of file qqmlpreviewbindingpatchcontext_p.h.
References BindingPatchContext().
Referenced by BindingPatchContext().
|
inline |
Definition at line 58 of file qqmlpreviewbindingpatchcontext_p.h.
References BindingPatchContext().
Referenced by BindingPatchContext().
| BindingPatchContext * QQmlPreview::BindingPatchContext::attachedContext | ( | const QQmlRefPointer< QV4::ExecutableCompilationUnit > & | unit, |
| const QV4::CompiledData::Binding * | binding, | ||
| QDuplicateTracker< QObject * > * | seenChildren ) |
Definition at line 546 of file qqmlpreviewbindingpatchcontext.cpp.
| BindingPatchContext * QQmlPreview::BindingPatchContext::childContext | ( | const QQmlRefPointer< QV4::ExecutableCompilationUnit > & | unit, |
| const QV4::CompiledData::Binding * | binding, | ||
| QDuplicateTracker< QObject * > * | seenChildren ) |
Definition at line 500 of file qqmlpreviewbindingpatchcontext.cpp.
| BindingPatchContext * QQmlPreview::BindingPatchContext::childContext | ( | const QString & | name, |
| QObject * | object, | ||
| const QQmlRefPointer< QV4::ExecutableCompilationUnit > & | unit, | ||
| int | objectIndex, | ||
| QDuplicateTracker< QObject * > * | seenChildren ) |
Definition at line 527 of file qqmlpreviewbindingpatchcontext.cpp.
| void QQmlPreview::BindingPatchContext::refreshObjects | ( | ) |
Definition at line 386 of file qqmlpreviewbindingpatchcontext.cpp.
| void QQmlPreview::BindingPatchContext::reset | ( | const std::vector< QQmlRefPointer< QV4::ExecutableCompilationUnit > > & | unitsToUnparent, |
| const std::vector< CompositeLevel > & | internalUnits ) |
Definition at line 574 of file qqmlpreviewbindingpatchcontext.cpp.
| void QQmlPreview::BindingPatchContext::restoreExternalState | ( | ) |
Definition at line 413 of file qqmlpreviewbindingpatchcontext.cpp.
| void QQmlPreview::BindingPatchContext::stashExternalState | ( | const std::vector< CompositeLevel > & | internalUnits, |
| QDuplicateTracker< QObject * > * | seenChildren ) |
Definition at line 219 of file qqmlpreviewbindingpatchcontext.cpp.