50 #ifndef KEYNAVIGATION_H_
51 #define KEYNAVIGATION_H_
60 namespace navigation {
71 string getFocusIndex();
72 void setFocusIndex(
string index);
74 void setMoveUp(
string index);
76 void setMoveDown(
string index);
77 string getMoveRight();
78 void setMoveRight(
string index);
80 void setMoveLeft(
string index);
Definition: KeyNavigation.h:61