lv_ime_pinyin_private.h
API reference for lv_ime_pinyin_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_ime_pinyin.h
Summary
Structs
struct
_lv_ime_pinyin_t
| Member | Type | Description |
|---|---|---|
obj | lv_obj_t | |
kb | lv_obj_t * | |
cand_panel | lv_obj_t * | |
dict | const lv_pinyin_dict_t * | |
k9_legal_py_ll | lv_ll_t | |
cand_str | char * | |
input_char | char[16] | |
k9_input_str | char[7+1] | |
k9_py_ll_pos | uint16_t | |
k9_legal_py_count | uint16_t | |
k9_input_str_len | uint16_t | |
ta_count | uint16_t | |
cand_num | uint16_t | |
py_page | uint16_t | |
py_num | uint16_t[26] | |
py_pos | uint16_t[26] | |
mode | lv_ime_pinyin_mode_t |
Dependencies
Last updated on