~adamreichold/qpdfview/trunk

« back to all changes in this revision

Viewing changes to sources/pageitem.h

  • Committer: Adam Reichold
  • Date: 2018-05-04 17:49:20 UTC
  • Revision ID: adam.reichold@t-online.de-20180504174920-mqn268i0h46fq311
Add static_resources configuration option to embed translations and online help into binary to facilitate single binary builds.

Show diffs side-by-side

added added

removed removed

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