AudioBook Plugin: Actions, item selection

This commit is contained in:
Jakub Melka
2021-08-20 17:52:42 +02:00
parent 9daaa92e90
commit 1aa60dca40
24 changed files with 1652 additions and 40 deletions

View File

@@ -61,6 +61,9 @@ public:
void beginFlowChange();
void endFlowChange();
void setSelectionActivated(bool activate);
void selectByRectangle(QRectF rectangle);
private:
PDFDocumentTextFlowEditor* m_editor;
};