AudioBook Plugin: Item selection by text, regular expression, page indices

This commit is contained in:
Jakub Melka
2021-08-21 20:18:47 +02:00
parent 1aa60dca40
commit 8ccfbe291d
8 changed files with 199 additions and 2 deletions

View File

@@ -48,6 +48,9 @@ private:
void onActivateSelection();
void onDeactivateSelection();
void onSelectByRectangle();
void onSelectByContainedText();
void onSelectByRegularExpression();
void onSelectByPageList();
void onRectanglePicked(pdf::PDFInteger pageIndex, QRectF rectangle);