~ubuntu-branches/ubuntu/hardy/kdebase-workspace/hardy

« back to all changes in this revision

Viewing changes to plasma/applets/kickoff/ui/flipscrollview.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-03-03 11:37:30 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080303113730-ppdchskh93rr77le
Tags: 4:4.0.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    FlipScrollView(QWidget *parent = 0);
51
51
    virtual ~FlipScrollView();
52
52
 
 
53
    /** Go to the root item. */
 
54
    void viewRoot();
 
55
 
53
56
    // reimplemented from QAbstractItemView 
54
57
    virtual QModelIndex indexAt(const QPoint& point) const;
55
58
    virtual void scrollTo(const QModelIndex& index, ScrollHint hint = EnsureVisible);