aboutsummaryrefslogtreecommitdiffstats
path: root/plugin/spatialnavigation4dir.h
blob: 7052ecca85bd32e781069aafb80600144e123b5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef SPATIALNAVIGATION_H
#define SPATIALNAVIGATION_H

#include "cursornavigationalgorithm.h"

class SpatialNavigation4Dir : public CursorNavigationAlgorithm
{
public:
    SpatialNavigation4Dir();

    virtual CursorNavigationAttached* getNextCandidate(
                            const QList<CursorNavigationAttached*> &candidates,
                            const CursorNavigationAttached *currentItem,
                            const CursorNavigationCommand &cmd);

};

#endif // SPATIALNAVIGATION_H