![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmldiffer_p.h>
Public Types | |
| enum | Command { Delete , Insert , Equal } |
Public Member Functions | |
| Diff ()=default | |
| Diff (Command com, const QString &txt={}) | |
| bool | operator== (const Diff &other) const |
| bool | operator!= (const Diff &other) const |
Public Attributes | |
| Command | command = Equal |
| QString | text |
Definition at line 28 of file qqmldiffer_p.h.
| Enumerator | |
|---|---|
| Delete | |
| Insert | |
| Equal | |
Definition at line 31 of file qqmldiffer_p.h.
|
default |
Definition at line 103 of file qqmldiffer.cpp.
References Diff(), and command.
Referenced by Diff().
| bool QQmlLSUtils::Diff::operator!= | ( | const Diff & | other | ) | const |
Definition at line 114 of file qqmldiffer.cpp.
References operator==().
| bool QQmlLSUtils::Diff::operator== | ( | const Diff & | other | ) | const |
Definition at line 109 of file qqmldiffer.cpp.
Referenced by operator!=().
Definition at line 36 of file qqmldiffer_p.h.
Referenced by Diff(), QQmlLSUtils::Differ::merge(), and QQmlLSUtils::squashEqualities().
| QString QQmlLSUtils::Diff::text |
Definition at line 37 of file qqmldiffer_p.h.