lokalize
diff.h File Reference
#include <QString>
Include dependency graph for diff.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Enumerations | |
enum | { Html =1 } |
Functions | |
QString | userVisibleWordDiff (const QString &oldString, const QString &newString, const QString &accelRx, const QString &markupRx, int options=0) |
QString | wordDiff (QStringList s1, QStringList s2) |
Enumeration Type Documentation
anonymous enum |
Word-by-word diff algorithm.
Word-by-word diff algorithm
Based on Markus Stengel's GPLv2+ implementation of LCS-Delta algorithm as it is described in "Introduction to Algorithms", MIT Press, 2001, Second Edition, written by Thomas H. Cormen et. al. It uses dynamic programming to solve the Longest Common Subsequence (LCS) problem. http://www.markusstengel.de/text/en/i_4_1_5_3.html)
This is high-level wrapper
Enumerator | |
---|---|
Html |
Function Documentation
QString wordDiff | ( | QStringList | s1, |
QStringList | s2 | ||
) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.