AudioBook Plugin: Display texts on page

This commit is contained in:
Jakub Melka
2021-08-22 18:25:24 +02:00
parent 8ccfbe291d
commit 4cb077f75e
13 changed files with 513 additions and 14 deletions

View File

@@ -62,11 +62,14 @@ public:
void beginFlowChange();
void endFlowChange();
void clear();
void setSelectionActivated(bool activate);
void selectByRectangle(QRectF rectangle);
void selectByContainedText(QString text);
void selectByRegularExpression(const QRegularExpression& expression);
void selectByPageIndices(const pdf::PDFClosedIntervalSet& indices);
void restoreOriginalTexts();
void notifyDataChanged();
private:
PDFDocumentTextFlowEditor* m_editor;