mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #116: Navigate to text
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user