edje_entry.c File Reference

Data Structures

struct  _Anchor
 
struct  _Entry
 
struct  _Sel
 

Typedefs

typedef struct _Anchor Anchor
 
typedef struct _Entry Entry
 
typedef struct _Sel Sel
 

Functions

const Eina_List * _edje_entry_anchor_geometry_get (Edje_Real_Part *rp, const char *anchor)
 
const Eina_List * _edje_entry_anchors_list (Edje_Real_Part *rp)
 
Edje_Text_Autocapital_Type _edje_entry_autocapital_type_get (Edje_Real_Part *rp)
 
void _edje_entry_autocapital_type_set (Edje_Real_Part *rp, Edje_Text_Autocapital_Type autocapital_type)
 
void _edje_entry_cursor_begin (Edje_Real_Part *rp, Edje_Cursor cur)
 
char * _edje_entry_cursor_content_get (Edje_Real_Part *rp, Edje_Cursor cur)
 
Eina_Bool _edje_entry_cursor_coord_set (Edje_Real_Part *rp, Edje_Cursor cur, Evas_Coord x, Evas_Coord y)
 
void _edje_entry_cursor_copy (Edje_Real_Part *rp, Edje_Cursor cur, Edje_Cursor dst)
 
Eina_Bool _edje_entry_cursor_down (Edje_Real_Part *rp, Edje_Cursor cur)
 
void _edje_entry_cursor_end (Edje_Real_Part *rp, Edje_Cursor cur)
 
void _edje_entry_cursor_geometry_get (Edje_Real_Part *rp, Evas_Coord *cx, Evas_Coord *cy, Evas_Coord *cw, Evas_Coord *ch)
 
Eina_Bool _edje_entry_cursor_is_format_get (Edje_Real_Part *rp, Edje_Cursor cur)
 
Eina_Bool _edje_entry_cursor_is_visible_format_get (Edje_Real_Part *rp, Edje_Cursor cur)
 
void _edje_entry_cursor_line_begin (Edje_Real_Part *rp, Edje_Cursor cur)
 
void _edje_entry_cursor_line_end (Edje_Real_Part *rp, Edje_Cursor cur)
 
Eina_Bool _edje_entry_cursor_next (Edje_Real_Part *rp, Edje_Cursor cur)
 
int _edje_entry_cursor_pos_get (Edje_Real_Part *rp, Edje_Cursor cur)
 
void _edje_entry_cursor_pos_set (Edje_Real_Part *rp, Edje_Cursor cur, int pos)
 
Eina_Bool _edje_entry_cursor_prev (Edje_Real_Part *rp, Edje_Cursor cur)
 
Eina_Bool _edje_entry_cursor_up (Edje_Real_Part *rp, Edje_Cursor cur)
 
void_edje_entry_imf_context_get (Edje_Real_Part *rp)
 
void _edje_entry_imf_context_reset (Edje_Real_Part *rp)
 
void _edje_entry_init (Edje *ed)
 
Eina_Bool _edje_entry_input_panel_enabled_get (Edje_Real_Part *rp)
 
void _edje_entry_input_panel_enabled_set (Edje_Real_Part *rp, Eina_Bool enabled)
 
void _edje_entry_input_panel_hide (Edje_Real_Part *rp)
 
Edje_Input_Panel_Lang _edje_entry_input_panel_language_get (Edje_Real_Part *rp)
 
void _edje_entry_input_panel_language_set (Edje_Real_Part *rp, Edje_Input_Panel_Lang lang)
 
Edje_Input_Panel_Layout _edje_entry_input_panel_layout_get (Edje_Real_Part *rp)
 
void _edje_entry_input_panel_layout_set (Edje_Real_Part *rp, Edje_Input_Panel_Layout layout)
 
Eina_Bool _edje_entry_input_panel_return_key_disabled_get (Edje_Real_Part *rp)
 
Edje_Input_Panel_Return_Key_Type _edje_entry_input_panel_return_key_type_get (Edje_Real_Part *rp)
 
void _edje_entry_input_panel_show (Edje_Real_Part *rp)
 
Eina_Bool _edje_entry_item_geometry_get (Edje_Real_Part *rp, const char *item, Evas_Coord *cx, Evas_Coord *cy, Evas_Coord *cw, Evas_Coord *ch)
 
const Eina_List * _edje_entry_items_list (Edje_Real_Part *rp)
 
Eina_Bool _edje_entry_prediction_allow_get (Edje_Real_Part *rp)
 
void _edje_entry_prediction_allow_set (Edje_Real_Part *rp, Eina_Bool prediction)
 
void _edje_entry_real_part_configure (Edje_Real_Part *rp)
 
void _edje_entry_real_part_init (Edje_Real_Part *rp)
 
void _edje_entry_real_part_shutdown (Edje_Real_Part *rp)
 
void _edje_entry_select_abort (Edje_Real_Part *rp)
 
void _edje_entry_select_all (Edje_Real_Part *rp)
 
Eina_Bool _edje_entry_select_allow_get (const Edje_Real_Part *rp)
 
void _edje_entry_select_allow_set (Edje_Real_Part *rp, Eina_Bool allow)
 
void _edje_entry_select_begin (Edje_Real_Part *rp)
 
void _edje_entry_select_extend (Edje_Real_Part *rp)
 
void _edje_entry_select_none (Edje_Real_Part *rp)
 
const char * _edje_entry_selection_get (Edje_Real_Part *rp)
 
void _edje_entry_set_cursor_end (Edje_Real_Part *rp)
 
void _edje_entry_set_cursor_start (Edje_Real_Part *rp)
 
void _edje_entry_shutdown (Edje *ed)
 
const char * _edje_entry_text_get (Edje_Real_Part *rp)
 
void _edje_entry_text_markup_append (Edje_Real_Part *rp, const char *text)
 
void _edje_entry_text_markup_insert (Edje_Real_Part *rp, const char *text)
 
void _edje_entry_text_markup_set (Edje_Real_Part *rp, const char *text)
 
void _edje_entry_user_insert (Edje_Real_Part *rp, const char *text)
 
 if (!en) return
 

Variables

 void
 

Typedef Documentation

typedef struct _Anchor Anchor
typedef struct _Entry Entry
typedef struct _Sel Sel

Function Documentation

const Eina_List* _edje_entry_anchor_geometry_get ( Edje_Real_Part rp,
const char *  anchor 
)
const Eina_List* _edje_entry_anchors_list ( Edje_Real_Part rp)
char* _edje_entry_cursor_content_get ( Edje_Real_Part rp,
Edje_Cursor  cur 
)
Eina_Bool _edje_entry_cursor_coord_set ( Edje_Real_Part rp,
Edje_Cursor  cur,
Evas_Coord  x,
Evas_Coord  y 
)
Eina_Bool _edje_entry_cursor_is_format_get ( Edje_Real_Part rp,
Edje_Cursor  cur 
)
Eina_Bool _edje_entry_cursor_is_visible_format_get ( Edje_Real_Part rp,
Edje_Cursor  cur 
)
int _edje_entry_cursor_pos_get ( Edje_Real_Part rp,
Edje_Cursor  cur 
)
void* _edje_entry_imf_context_get ( Edje_Real_Part rp)
void _edje_entry_init ( Edje ed)
Eina_Bool _edje_entry_input_panel_enabled_get ( Edje_Real_Part rp)
void _edje_entry_input_panel_enabled_set ( Edje_Real_Part rp,
Eina_Bool  enabled 
)
void _edje_entry_input_panel_hide ( Edje_Real_Part rp)
void _edje_entry_input_panel_language_set ( Edje_Real_Part rp,
Edje_Input_Panel_Lang  lang 
)
void _edje_entry_input_panel_layout_set ( Edje_Real_Part rp,
Edje_Input_Panel_Layout  layout 
)
Eina_Bool _edje_entry_input_panel_return_key_disabled_get ( Edje_Real_Part rp)
void _edje_entry_input_panel_show ( Edje_Real_Part rp)
Eina_Bool _edje_entry_item_geometry_get ( Edje_Real_Part rp,
const char *  item,
Evas_Coord *  cx,
Evas_Coord *  cy,
Evas_Coord *  cw,
Evas_Coord *  ch 
)
const Eina_List* _edje_entry_items_list ( Edje_Real_Part rp)
Eina_Bool _edje_entry_prediction_allow_get ( Edje_Real_Part rp)
void _edje_entry_prediction_allow_set ( Edje_Real_Part rp,
Eina_Bool  prediction 
)
Eina_Bool _edje_entry_select_allow_get ( const Edje_Real_Part rp)
void _edje_entry_set_cursor_end ( Edje_Real_Part rp)
void _edje_entry_set_cursor_start ( Edje_Real_Part rp)
void _edje_entry_shutdown ( Edje ed)
const char* _edje_entry_text_get ( Edje_Real_Part rp)

Variable Documentation