KompareDiff2
7#ifndef KOMPAREDIFF2_STRINGLISTPAIR_H
8#define KOMPAREDIFF2_STRINGLISTPAIR_H
23 StringListPair(
const QStringList &first,
const QStringList &second);
25 bool equal(
unsigned int firstIndex,
unsigned int secondIndex)
const;
26 unsigned int lengthFirst()
const;
27 unsigned int lengthSecond()
const;
28 MarkerList markerListFirst()
const;
29 MarkerList markerListSecond()
const;
30 void prependFirst(Marker *marker);
31 void prependSecond(Marker *marker);
32 bool needFineGrainedOutput(
unsigned int difference)
const;
34 const static bool allowReplace =
false;
37 const QStringList m_first;
38 const QStringList m_second;
39 const unsigned int m_lengthFirst;
40 const unsigned int m_lengthSecond;
41 std::vector<unsigned int> m_hashesFirst;
42 std::vector<unsigned int> m_hashesSecond;
43 MarkerList m_markersFirst;
44 MarkerList m_markersSecond;
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Feb 28 2025 11:57:47 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.