![]() |
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>
Public Attributes | |
| QQmlRefPointer< QV4::ExecutableCompilationUnit > | oldCu |
| QQmlRefPointer< QV4::ExecutableCompilationUnit > | newCu |
| int | objectIndex = -1 |
| QString | icName |
| QQmlRefPointer< QQmlContextData > | context |
Definition at line 34 of file qqmlpreviewbindingpatchcontext_p.h.
| QQmlRefPointer<QQmlContextData> QQmlPreview::CompositeLevel::context |
Definition at line 41 of file qqmlpreviewbindingpatchcontext_p.h.
Referenced by testing.tools.safetynet_job.JobRun::_BuildRunMetadata(), testing.tools.safetynet_job.JobRun::_IncrementalRun(), testing.tools.safetynet_job.JobRun::_WriteCheckpoint(), testing.tools.safetynet_job.JobRun::_WriteRawJson(), and testing.tools.safetynet_job.JobRun::Run().
| QString QQmlPreview::CompositeLevel::icName |
Definition at line 39 of file qqmlpreviewbindingpatchcontext_p.h.
| QQmlRefPointer<QV4::ExecutableCompilationUnit> QQmlPreview::CompositeLevel::newCu |
Definition at line 37 of file qqmlpreviewbindingpatchcontext_p.h.
| int QQmlPreview::CompositeLevel::objectIndex = -1 |
Definition at line 38 of file qqmlpreviewbindingpatchcontext_p.h.
| QQmlRefPointer<QV4::ExecutableCompilationUnit> QQmlPreview::CompositeLevel::oldCu |
Definition at line 36 of file qqmlpreviewbindingpatchcontext_p.h.