mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
AudioBook Plugin: Item selection by text, regular expression, page indices
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#define PDFDOCUMENTTEXTFLOWEDITORMODEL_H
|
||||
|
||||
#include "pdfglobal.h"
|
||||
#include "pdfutils.h"
|
||||
|
||||
#include <QAbstractTableModel>
|
||||
|
||||
@@ -63,6 +64,9 @@ public:
|
||||
|
||||
void setSelectionActivated(bool activate);
|
||||
void selectByRectangle(QRectF rectangle);
|
||||
void selectByContainedText(QString text);
|
||||
void selectByRegularExpression(const QRegularExpression& expression);
|
||||
void selectByPageIndices(const pdf::PDFClosedIntervalSet& indices);
|
||||
|
||||
private:
|
||||
PDFDocumentTextFlowEditor* m_editor;
|
||||
|
Reference in New Issue
Block a user