~ubuntu-branches/ubuntu/quantal/kpackagekit/quantal

« back to all changes in this revision

Viewing changes to AddRm/BrowseView.h

  • Committer: Bazaar Package Importer
  • Author(s): Rohan Garg
  • Date: 2011-01-10 17:20:02 UTC
  • mfrom: (1.2.13 upstream)
  • Revision ID: james.westby@ubuntu.com-20110110172002-64acog2s0tk4iav9
Tags: 0.6.3.3-0ubuntu1
* New upstream release
  - Refresh kubuntu_06_no_automatic_updates.diff
  - Drop kubuntu_08_updates_info.diff, applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 
55
55
private slots:
56
56
    void showVersions(bool enabled);
 
57
    void showArchs(bool enabled);
57
58
    void on_packageView_customContextMenuRequested(const QPoint &pos);
58
 
    void on_packageView_activated(const QModelIndex &);
 
59
    void on_packageView_clicked(const QModelIndex &);
 
60
    void ensureVisible(const QModelIndex &index);
59
61
    void on_categoryMvLeft_clicked();
60
62
    void on_categoryMvRight_clicked();
61
63
 
66
68
    bool showPageHeader() const;
67
69
 
68
70
    QAction                          *m_showPackageVersion;
 
71
    QAction                          *m_showPackageArch;
69
72
    KpkPackageModel                  *m_model;
70
73
    KCategorizedSortFilterProxyModel *m_proxy;
71
74
    KpkSearchableTreeView            *m_packageView;