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::RebuildTarget Struct Reference
Collaboration diagram for QQmlPreview::RebuildTarget:

Public Attributes

QObjectobject = nullptr
int index = -1
QQmlRefPointer< QV4::ExecutableCompilationUnitoldCu
QQmlRefPointer< QV4::ExecutableCompilationUnitnewCu

Detailed Description

Definition at line 206 of file qqmlpreviewobjectpatch.cpp.

Member Data Documentation

◆ index

int QQmlPreview::RebuildTarget::index = -1

Definition at line 209 of file qqmlpreviewobjectpatch.cpp.

◆ newCu

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

Definition at line 211 of file qqmlpreviewobjectpatch.cpp.

◆ object

QObject * QQmlPreview::RebuildTarget::object = nullptr

Definition at line 208 of file qqmlpreviewobjectpatch.cpp.

◆ oldCu

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

Definition at line 210 of file qqmlpreviewobjectpatch.cpp.


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