~adamreichold/qpdfview/trunk

« back to all changes in this revision

Viewing changes to sources/pageitem.h

  • Committer: Adam Reichold
  • Date: 2021-04-23 08:00:48 UTC
  • Revision ID: adam.reichold@t-online.de-20210423080048-92romgoewhpy3pg2
Add context menu item to append selected text to bookmark comment.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 
3
 
Copyright 2012-2014 Adam Reichold
 
3
Copyright 2021 S. Razi Alavizadeh
 
4
Copyright 2012-2014, 2021 Adam Reichold
4
5
 
5
6
This file is part of qpdfview.
6
7
 
104
105
    void rubberBandStarted();
105
106
    void rubberBandFinished();
106
107
 
 
108
    void appendTextToBookmarkComment(int page, const QString& text);
107
109
    void zoomToSelection(int page, const QRectF& rect);
108
110
    void openInSourceEditor(int page, QPointF pos);
109
111