diff options
Diffstat (limited to 'notebookview.h')
-rw-r--r-- | notebookview.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/notebookview.h b/notebookview.h index 1b3eb46..7039506 100644 --- a/notebookview.h +++ b/notebookview.h @@ -32,6 +32,12 @@ public: int zoom() const; + QSize getCurPageSize() const; + QRect getCurPageTrim() const; + + QImage exportPage(int pageNum) const; + void renderPage(QPainter *painter, int pageNum, const QRectF &target = QRectF(), const QRectF &source = QRectF()) const; + void requestPaperReplay(const QString &file, qint64 time); signals: |