Issue #128: Create list of markup annotations

This commit is contained in:
Jakub Melka
2023-12-25 11:39:20 +01:00
parent 89ea815696
commit 5ba4cef2f7
5 changed files with 69 additions and 17 deletions

View File

@ -120,8 +120,9 @@ private:
void onThumbnailsSizeChanged(int size);
void onAttachmentCustomContextMenuRequested(const QPoint& pos);
void onThumbnailClicked(const QModelIndex& index);
void onSignatureCustomContextMenuRequested(const QPoint &pos);
void onOutlineTreeViewContextMenuRequested(const QPoint &pos);
void onSignatureCustomContextMenuRequested(const QPoint& pos);
void onOutlineTreeViewContextMenuRequested(const QPoint& pos);
void onNotesTreeViewContextMenuRequested(const QPoint& pos);
void onOutlineItemsChanged();
void onBookmarkActivated(int index, PDFBookmarkManager::Bookmark bookmark);
void onBookmarsCurrentIndexChanged(const QModelIndex& current, const QModelIndex& previous);