Structure holding the graph of relations between focussable objects. More...
Data Fields | |
Eina_List * | right |
List of objects on the right side. | |
Eina_List * | left |
[List of objects on the left side | |
Eina_List * | top |
[List of objects above | |
Eina_List * | down |
[List of objects below | |
Efl_Ui_Focus_Object * | next |
[Next object | |
Efl_Ui_Focus_Object * | prev |
Previous object. | |
Efl_Ui_Focus_Object * | parent |
Parent object. | |
Efl_Ui_Focus_Manager * | redirect |
Redirect manager. | |
Efl_Ui_Focus_Object * | node |
The node where this is the information from. | |
Eina_Bool | logical |
true if this node is only logical | |
int | position_in_history |
The position in the history stack. | |
Structure holding the graph of relations between focussable objects.