lv_file_explorer_private.h
API reference for lv_file_explorer_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_file_explorer.h
Enums
lv_file_explorer_file_kind_t
| Name |
|---|
LV_FILE_EXPLORER_FILE_KIND_DIR |
LV_FILE_EXPLORER_FILE_KIND_IMAGE |
LV_FILE_EXPLORER_FILE_KIND_AUDIO |
LV_FILE_EXPLORER_FILE_KIND_VIDEO |
LV_FILE_EXPLORER_FILE_KIND_FILE |
Structs
struct
_lv_file_explorer_t
| Member | Type | Description |
|---|---|---|
obj | lv_obj_t | |
cont | lv_obj_t * | |
head_area | lv_obj_t * | |
browser_area | lv_obj_t * | |
file_table | lv_obj_t * | |
path_label | lv_obj_t * | |
quick_access_area | lv_obj_t * | |
list_device | lv_obj_t * | |
list_places | lv_obj_t * | |
home_dir | char * | |
music_dir | char * | |
pictures_dir | char * | |
video_dir | char * | |
docs_dir | char * | |
fs_dir | char * | |
sel_fn | const char * | |
current_path | char[128] | |
sort | lv_file_explorer_sort_t | |
show_back_button | bool |
struct
lv_file_explorer_file_table_entry_data_t
| Member | Type | Description |
|---|---|---|
file_kind | lv_file_explorer_file_kind_t |
Dependencies
Last updated on