diff options
Diffstat (limited to 'notebookview.h')
-rw-r--r-- | notebookview.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/notebookview.h b/notebookview.h index 4e557d1..c1e425d 100644 --- a/notebookview.h +++ b/notebookview.h @@ -43,6 +43,9 @@ public: void setPaperReplay(const QString &path); QString paperReplay() const; + void setPenUserTime(quint64 userTime); + quint64 penUserTime() const; + QList<int> pageNumbers() const; int curPage() const; @@ -88,6 +91,7 @@ private: PaperReplay *_replay; QString _nbPath; QString _replayPath; + quint64 _penUserTime; QMap<int, PageItem*> _pages; QSizeF _maxPageSize; int _numColumns; |