diff options
| author | Simon Hausmann <simon.hausmann@theqtcompany.com> | 2014-12-16 12:11:13 +0100 |
|---|---|---|
| committer | Simon Hausmann <simon.hausmann@theqtcompany.com> | 2014-12-16 12:11:13 +0100 |
| commit | 61138411a87d1c155fcb33f1966387ebdeaae3e2 (patch) | |
| tree | a9f3bd78249d942e26dc02a0e11119c7ae194248 /src/pdf/qpdfdocument.h | |
| parent | 188d4a072bdca8facad1b1e0670ed440050384ae (diff) | |
WIP: network loadingwip/network-loading
Diffstat (limited to 'src/pdf/qpdfdocument.h')
| -rw-r--r-- | src/pdf/qpdfdocument.h | 2 |
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(); |
