|
|
|
@ -29,7 +29,6 @@ class OKULAR_EXPORT BookmarkManager : public QObject, public KBookmarkOwner |
|
|
|
Q_OBJECT |
|
|
|
Q_OBJECT |
|
|
|
|
|
|
|
|
|
|
|
public: |
|
|
|
public: |
|
|
|
explicit BookmarkManager( Document * document ); |
|
|
|
|
|
|
|
virtual ~BookmarkManager(); |
|
|
|
virtual ~BookmarkManager(); |
|
|
|
|
|
|
|
|
|
|
|
virtual QString currentUrl() const; |
|
|
|
virtual QString currentUrl() const; |
|
|
|
@ -77,6 +76,9 @@ class OKULAR_EXPORT BookmarkManager : public QObject, public KBookmarkOwner |
|
|
|
|
|
|
|
|
|
|
|
// private interface used by the Document
|
|
|
|
// private interface used by the Document
|
|
|
|
friend class Document; |
|
|
|
friend class Document; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
explicit BookmarkManager( Document * document ); |
|
|
|
|
|
|
|
|
|
|
|
void setUrl( const KUrl& url ); |
|
|
|
void setUrl( const KUrl& url ); |
|
|
|
bool setPageBookmark( int page ); |
|
|
|
bool setPageBookmark( int page ); |
|
|
|
bool isPageBookmarked( int page ) const; |
|
|
|
bool isPageBookmarked( int page ) const; |
|
|
|
|