~ubuntu-branches/ubuntu/maverick/kdegraphics/maverick-proposed

« back to all changes in this revision

Viewing changes to okular/ui/side_reviews.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-12-02 14:03:43 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20091202140343-2732gbkj69g89arq
Tags: 4:4.3.80-0ubuntu1
* New upstream beta release:
  - Add build-depend on shared-desktop-ontologies for nepomuk integration
  - Bump .so versions for libkexiv, libkdcraw and libkipi
  - Update various .install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
class AuthorGroupProxyModel;
28
28
class PageFilterProxyModel;
29
29
class PageGroupProxyModel;
 
30
class KTreeViewSearchLine;
30
31
class TreeView;
31
32
 
32
33
/**
43
44
        uint observerId() const { return REVIEWS_ID; }
44
45
        void notifyViewportChanged( bool smoothMove );
45
46
 
 
47
        void reparseConfig();
 
48
 
46
49
    public Q_SLOTS:
47
50
        void slotPageEnabled( bool );
48
51
        void slotAuthorEnabled( bool );
55
58
    private Q_SLOTS:
56
59
        void activated( const QModelIndex& );
57
60
        void contextMenuRequested( const QPoint& );
 
61
        void saveSearchOptions();
58
62
 
59
63
    private:
60
64
        QModelIndexList retrieveAnnotations(const QModelIndex& idx) const;
61
65
        
62
66
        // data fields (GUI)
 
67
        KTreeViewSearchLine *m_searchLine;
63
68
        TreeView * m_view;
64
69
        // internal storage
65
70
        Okular::Document * m_document;