![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmlpreviewdiff_p.h>
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, RequiredPropertyExtraDataHunk > | data |
Definition at line 203 of file qqmlpreviewdiff_p.h.
| std::variant<NoHunk, ConstantHunk, BindingHunk, PropertyHunk, AliasHunk, EnumHunk, SignalHunk, ObjectHunk, UnitHunk, StringHunk, LookupHunk, RegExpHunk, FunctionHunk, ClassHunk, TemplateObjectHunk, JsClassHunk, BlockHunk, ImportHunk, TranslationDataHunk, InlineComponentHunk, RequiredPropertyExtraDataHunk> QV4::CompiledData::Change::data |
Definition at line 215 of file qqmlpreviewdiff_p.h.
| quint32 QV4::CompiledData::Change::index = 0 |
Definition at line 209 of file qqmlpreviewdiff_p.h.
| int QV4::CompiledData::Change::objectIndex = -1 |
Definition at line 206 of file qqmlpreviewdiff_p.h.
Referenced by QV4::CompiledData::UnitDiffer::compareIndexedElements().
| ChangeType QV4::CompiledData::Change::type = ChangeType::None |
Definition at line 205 of file qqmlpreviewdiff_p.h.
Referenced by QV4::CompiledData::classifyChange(), QV4::CompiledData::UnitDiffer::compareIndexedElements(), and QV4::CompiledData::UnitDiffer::diff().