Issue #116: Navigate to text

This commit is contained in:
Jakub Melka
2023-12-02 15:40:11 +01:00
parent a892c192fc
commit 288eead65e
6 changed files with 175 additions and 70 deletions

View File

@ -183,6 +183,7 @@ private:
void updateResultsUI();
void updateTitle();
void clearResults();
void goToCurrentResult();
QAction* m_prevAction;
QAction* m_nextAction;
@ -201,6 +202,7 @@ private:
pdf::PDFTextSelection getTextSelection() const { return m_textSelection.get(this, &PDFFindTextTool::getTextSelectionImpl); }
pdf::PDFTextSelection getTextSelectionImpl() const;
pdf::PDFTextSelection getTextSelectionSelectedResultOnly() const;
struct SearchParameters
{