command line diff tool

This commit is contained in:
Jakub Melka
2021-10-18 18:49:30 +02:00
parent 4c12527be0
commit 708a465068
27 changed files with 2177 additions and 0 deletions

View File

@@ -103,6 +103,10 @@ public:
/// \param index Index
Type getType(size_t index) const;
/// Returns text description of type
/// \param index Index
QString getTypeDescription(size_t index) const;
/// Returns iterator range for rectangles of "left" pages of an item
std::pair<RectInfosIt, RectInfosIt> getLeftRectangles(size_t index) const;