Data Fields
_Efl_Ui_Focus_Relations Struct Reference

Structure holding the graph of relations between focusable objects. More...

Data Fields

Eina_Listright
 List of objects on the right side.
 
Eina_Listleft
 List of objects on the left side.
 
Eina_Listtop
 List of objects above.
 
Eina_Listdown
 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.
 

Detailed Description

Structure holding the graph of relations between focusable objects.