~aacid/unity-2d/tooltip_mm_rtl

« back to all changes in this revision

Viewing changes to libunity-2d-private/src/focuspath.h

  • Committer: Tarmac
  • Author(s): Albert Astals
  • Date: 2012-04-16 14:30:20 UTC
  • mfrom: (1043.2.18 dash_tab_handling)
  • Revision ID: tarmac-20120416143020-aqkxea26w9hj29ye
[Dash] Handle Tab and Shift+Tab to navigate between the headers. Fixes: https://bugs.launchpad.net/bugs/891565, https://bugs.launchpad.net/bugs/891648. Approved by Gerry Boland.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
    QList<PathItem > path() const;
74
74
 
75
75
    Q_INVOKABLE void reset();
 
76
    Q_INVOKABLE void focusLastRow();
 
77
 
 
78
    Q_INVOKABLE bool moveToNext();
 
79
    Q_INVOKABLE bool moveToPrevious();
 
80
 
 
81
    Q_INVOKABLE int previousIndex();
76
82
 
77
83
    static FocusPathAttached *qmlAttachedProperties(QObject *object);
78
84