|
|
@ -51,6 +51,9 @@ class UBDocumentContainer : public QObject |
|
|
|
void updatePage(int index); |
|
|
|
void updatePage(int index); |
|
|
|
void addEmptyThumbPage(); |
|
|
|
void addEmptyThumbPage(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void insertThumbPage(int index); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private: |
|
|
|
private: |
|
|
|
UBDocumentProxy* mCurrentDocument; |
|
|
|
UBDocumentProxy* mCurrentDocument; |
|
|
|
QList<const QPixmap*> mDocumentThumbs; |
|
|
|
QList<const QPixmap*> mDocumentThumbs; |
|
|
@ -59,7 +62,6 @@ class UBDocumentContainer : public QObject |
|
|
|
protected: |
|
|
|
protected: |
|
|
|
void deleteThumbPage(int index); |
|
|
|
void deleteThumbPage(int index); |
|
|
|
void updateThumbPage(int index); |
|
|
|
void updateThumbPage(int index); |
|
|
|
void insertThumbPage(int index); |
|
|
|
|
|
|
|
void reloadThumbnails(); |
|
|
|
void reloadThumbnails(); |
|
|
|
|
|
|
|
|
|
|
|
signals: |
|
|
|
signals: |
|
|
|