Comic * getComic(){return comic;}
| 233 | QImage grabMagnifiedRegion(const QPoint &viewerPos, const QSize &glassSize, float zoomLevel) const; |
| 234 | // Comic * getComic(){return comic;} |
| 235 | const BookmarksDialog *getBookmarksDialog() { return bd; } |
| 236 | // returns the current index starting in 1 [1,nPages] |
| 237 | unsigned int getIndex(); |
| 238 | void updateComic(ComicDB &comic); |