mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #128: Create list of markup annotations
This commit is contained in:
@ -65,6 +65,10 @@ public:
|
||||
|
||||
virtual int getInputPriority() const override { return AnnotationPriority; }
|
||||
|
||||
void showAnnotationMenu(pdf::PDFObjectReference annotationReference,
|
||||
pdf::PDFObjectReference pageReference,
|
||||
QPoint globalMenuPosition);
|
||||
|
||||
signals:
|
||||
void actionTriggered(const PDFAction* action);
|
||||
void documentModified(PDFModifiedDocument document);
|
||||
|
Reference in New Issue
Block a user