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
QQmlPreview::CompositeLevel Struct Reference

#include <qqmlpreviewbindingpatchcontext_p.h>

Collaboration diagram for QQmlPreview::CompositeLevel:

Public Attributes

QQmlRefPointer< QV4::ExecutableCompilationUnitoldCu
QQmlRefPointer< QV4::ExecutableCompilationUnitnewCu
int objectIndex = -1
QString icName
QQmlRefPointer< QQmlContextDatacontext

Detailed Description

Definition at line 34 of file qqmlpreviewbindingpatchcontext_p.h.

Member Data Documentation

◆ context

◆ icName

QString QQmlPreview::CompositeLevel::icName

Definition at line 39 of file qqmlpreviewbindingpatchcontext_p.h.

◆ newCu

QQmlRefPointer<QV4::ExecutableCompilationUnit> QQmlPreview::CompositeLevel::newCu

Definition at line 37 of file qqmlpreviewbindingpatchcontext_p.h.

◆ objectIndex

int QQmlPreview::CompositeLevel::objectIndex = -1

Definition at line 38 of file qqmlpreviewbindingpatchcontext_p.h.

◆ oldCu

QQmlRefPointer<QV4::ExecutableCompilationUnit> QQmlPreview::CompositeLevel::oldCu

Definition at line 36 of file qqmlpreviewbindingpatchcontext_p.h.


The documentation for this struct was generated from the following file: