(db60bda5f3d2be6895f2e17b0625465d39a29099)
#include "qqmlpreviewdiff_p.h"
#include <private/qv4staticvalue_p.h>
#include <QtCore/qmap.h>
#include <QtCore/qscopedvaluerollback.h>
#include <QtCore/qset.h>
#include <cstring>
Go to the source code of this file.
|
| enum | QV4::CompiledData::Severity : quint8 {
QV4::CompiledData::Replace
, QV4::CompiledData::Rebuild
, QV4::CompiledData::AddObject
, QV4::CompiledData::RemoveBinding
,
QV4::CompiledData::ChangeBinding
, QV4::CompiledData::AddBinding
, QV4::CompiledData::RemoveObject
, QV4::CompiledData::Ignore
,
QV4::CompiledData::Replace
, QV4::CompiledData::Rebuild
, QV4::CompiledData::AddObject
, QV4::CompiledData::RemoveBinding
,
QV4::CompiledData::ChangeBinding
, QV4::CompiledData::AddBinding
, QV4::CompiledData::RemoveObject
, QV4::CompiledData::Ignore
} |
| enum | QV4::CompiledData::Severity : quint8 {
QV4::CompiledData::Replace
, QV4::CompiledData::Rebuild
, QV4::CompiledData::AddObject
, QV4::CompiledData::RemoveBinding
,
QV4::CompiledData::ChangeBinding
, QV4::CompiledData::AddBinding
, QV4::CompiledData::RemoveObject
, QV4::CompiledData::Ignore
,
QV4::CompiledData::Replace
, QV4::CompiledData::Rebuild
, QV4::CompiledData::AddObject
, QV4::CompiledData::RemoveBinding
,
QV4::CompiledData::ChangeBinding
, QV4::CompiledData::AddBinding
, QV4::CompiledData::RemoveObject
, QV4::CompiledData::Ignore
} |
◆ COMPARISON_TRAITS
| #define COMPARISON_TRAITS |
( |
| Element | ) |
|
Value:template <> \
{ \
static constexpr ChangeType
Changed = ChangeType::Element ##
Changed; \
static constexpr ChangeType LocationChanged = ChangeType::None; \
static constexpr ChangeType Removed = ChangeType::Element ## Removed; \
static constexpr ChangeType Added = ChangeType::Element ## Added; \
};
static constexpr const QLatin1String Changed("Changed")
Definition at line 199 of file qqmlpreviewdiff.cpp.
◆ COMPARISON_TRAITS_WITH_LOCATION
| #define COMPARISON_TRAITS_WITH_LOCATION |
( |
| Element | ) |
|
Value:template <> \
{ \
static constexpr ChangeType
Changed = ChangeType::Element ##
Changed; \
static constexpr ChangeType LocationChanged = ChangeType::Element ## LocationChanged; \
static constexpr ChangeType Removed = ChangeType::Element ## Removed; \
static constexpr ChangeType Added = ChangeType::Element ## Added; \
};
Definition at line 210 of file qqmlpreviewdiff.cpp.
◆ QT_BEGIN_NAMESPACE