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
QV4::CompiledData::Change Struct Reference

#include <qqmlpreviewdiff_p.h>

Collaboration diagram for QV4::CompiledData::Change:

Public Attributes

ChangeType type = ChangeType::None
int objectIndex = -1
quint32 index = 0
std::variant< NoHunk, ConstantHunk, BindingHunk, PropertyHunk, AliasHunk, EnumHunk, SignalHunk, ObjectHunk, UnitHunk, StringHunk, LookupHunk, RegExpHunk, FunctionHunk, ClassHunk, TemplateObjectHunk, JsClassHunk, BlockHunk, ImportHunk, TranslationDataHunk, InlineComponentHunk, RequiredPropertyExtraDataHunkdata

Detailed Description

Definition at line 203 of file qqmlpreviewdiff_p.h.

Member Data Documentation

◆ data

◆ index

quint32 QV4::CompiledData::Change::index = 0

Definition at line 209 of file qqmlpreviewdiff_p.h.

◆ objectIndex

int QV4::CompiledData::Change::objectIndex = -1

◆ type


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