summaryrefslogtreecommitdiffstats
path: root/src/pdf/qpdfdocument.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2014-12-16 12:11:13 +0100
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2014-12-16 12:11:13 +0100
commit61138411a87d1c155fcb33f1966387ebdeaae3e2 (patch)
treea9f3bd78249d942e26dc02a0e11119c7ae194248 /src/pdf/qpdfdocument.h
parent188d4a072bdca8facad1b1e0670ed440050384ae (diff)
WIP: network loadingwip/network-loading
Diffstat (limited to 'src/pdf/qpdfdocument.h')
-rw-r--r--src/pdf/qpdfdocument.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pdf/qpdfdocument.h b/src/pdf/qpdfdocument.h
index 6459f39..c846333 100644
--- a/src/pdf/qpdfdocument.h
+++ b/src/pdf/qpdfdocument.h
@@ -44,11 +44,13 @@ public:
QSizeF pageSize(int page) const;
+ bool canRender(int page) const;
QImage render(int page, const QSizeF &pageSize);
Q_SIGNALS:
void passwordRequired();
void documentLoadStarted();
+ void pageAvailable(int page);
void documentLoadFinished();
void pageCountChanged();