/lvgl-3.4.0/src/core/ |
D | lv_obj_style_gen.h | 1 static inline lv_coord_t lv_obj_get_style_width(const struct _lv_obj_t * obj, uint32_t part) in lv_obj_get_style_width() 7 static inline lv_coord_t lv_obj_get_style_min_width(const struct _lv_obj_t * obj, uint32_t part) in lv_obj_get_style_min_width() 13 static inline lv_coord_t lv_obj_get_style_max_width(const struct _lv_obj_t * obj, uint32_t part) in lv_obj_get_style_max_width() 19 static inline lv_coord_t lv_obj_get_style_height(const struct _lv_obj_t * obj, uint32_t part) in lv_obj_get_style_height() 25 static inline lv_coord_t lv_obj_get_style_min_height(const struct _lv_obj_t * obj, uint32_t part) in lv_obj_get_style_min_height() 31 static inline lv_coord_t lv_obj_get_style_max_height(const struct _lv_obj_t * obj, uint32_t part) in lv_obj_get_style_max_height() 37 static inline lv_coord_t lv_obj_get_style_x(const struct _lv_obj_t * obj, uint32_t part) in lv_obj_get_style_x() 43 static inline lv_coord_t lv_obj_get_style_y(const struct _lv_obj_t * obj, uint32_t part) in lv_obj_get_style_y() 49 static inline lv_align_t lv_obj_get_style_align(const struct _lv_obj_t * obj, uint32_t part) in lv_obj_get_style_align() 55 static inline lv_coord_t lv_obj_get_style_transform_width(const struct _lv_obj_t * obj, uint32_t pa… in lv_obj_get_style_transform_width() [all …]
|
D | lv_obj_style_gen.c | 3 void lv_obj_set_style_width(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t selector) in lv_obj_set_style_width() 11 void lv_obj_set_style_min_width(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t selec… in lv_obj_set_style_min_width() 19 void lv_obj_set_style_max_width(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t selec… in lv_obj_set_style_max_width() 27 void lv_obj_set_style_height(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t selector) in lv_obj_set_style_height() 35 void lv_obj_set_style_min_height(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t sele… in lv_obj_set_style_min_height() 43 void lv_obj_set_style_max_height(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t sele… in lv_obj_set_style_max_height() 51 void lv_obj_set_style_x(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t selector) in lv_obj_set_style_x() 59 void lv_obj_set_style_y(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t selector) in lv_obj_set_style_y() 67 void lv_obj_set_style_align(struct _lv_obj_t * obj, lv_align_t value, lv_style_selector_t selector) in lv_obj_set_style_align() 75 void lv_obj_set_style_transform_width(struct _lv_obj_t * obj, lv_coord_t value, lv_style_selector_t… in lv_obj_set_style_transform_width() [all …]
|
D | lv_theme.c | 36 lv_theme_t * lv_theme_get_from_obj(lv_obj_t * obj) in lv_theme_get_from_obj() 47 void lv_theme_apply(lv_obj_t * obj) in lv_theme_apply() 80 const lv_font_t * lv_theme_get_font_small(lv_obj_t * obj) in lv_theme_get_font_small() 86 const lv_font_t * lv_theme_get_font_normal(lv_obj_t * obj) in lv_theme_get_font_normal() 92 const lv_font_t * lv_theme_get_font_large(lv_obj_t * obj) in lv_theme_get_font_large() 98 lv_color_t lv_theme_get_color_primary(lv_obj_t * obj) in lv_theme_get_color_primary() 104 lv_color_t lv_theme_get_color_secondary(lv_obj_t * obj) in lv_theme_get_color_secondary() 114 static void apply_theme(lv_theme_t * th, lv_obj_t * obj) in apply_theme()
|
D | lv_obj_pos.c | 43 void lv_obj_set_pos(lv_obj_t * obj, lv_coord_t x, lv_coord_t y) in lv_obj_set_pos() 51 void lv_obj_set_x(lv_obj_t * obj, lv_coord_t x) in lv_obj_set_x() 65 void lv_obj_set_y(lv_obj_t * obj, lv_coord_t y) in lv_obj_set_y() 79 bool lv_obj_refr_size(lv_obj_t * obj) in lv_obj_refr_size() 212 void lv_obj_set_size(lv_obj_t * obj, lv_coord_t w, lv_coord_t h) in lv_obj_set_size() 220 void lv_obj_set_width(lv_obj_t * obj, lv_coord_t w) in lv_obj_set_width() 233 void lv_obj_set_height(lv_obj_t * obj, lv_coord_t h) in lv_obj_set_height() 246 void lv_obj_set_content_width(lv_obj_t * obj, lv_coord_t w) in lv_obj_set_content_width() 255 void lv_obj_set_content_height(lv_obj_t * obj, lv_coord_t h) in lv_obj_set_content_height() 264 void lv_obj_set_layout(lv_obj_t * obj, uint32_t layout) in lv_obj_set_layout() [all …]
|
D | lv_obj_tree.c | 45 void lv_obj_del(lv_obj_t * obj) in lv_obj_del() 84 void lv_obj_clean(lv_obj_t * obj) in lv_obj_clean() 108 void lv_obj_del_delayed(lv_obj_t * obj, uint32_t delay_ms) in lv_obj_del_delayed() 125 void lv_obj_del_async(lv_obj_t * obj) in lv_obj_del_async() 131 void lv_obj_set_parent(lv_obj_t * obj, lv_obj_t * parent) in lv_obj_set_parent() 189 void lv_obj_move_to_index(lv_obj_t * obj, int32_t index) in lv_obj_move_to_index() 254 lv_obj_t * lv_obj_get_screen(const lv_obj_t * obj) in lv_obj_get_screen() 269 lv_disp_t * lv_obj_get_disp(const lv_obj_t * obj) in lv_obj_get_disp() 290 lv_obj_t * lv_obj_get_parent(const lv_obj_t * obj) in lv_obj_get_parent() 298 lv_obj_t * lv_obj_get_child(const lv_obj_t * obj, int32_t id) in lv_obj_get_child() [all …]
|
D | lv_obj_class.c | 47 lv_obj_t * obj = lv_mem_alloc(s); in lv_obj_class_create_obj() local 103 void lv_obj_class_init_obj(lv_obj_t * obj) in lv_obj_class_init_obj() 133 void _lv_obj_destruct(lv_obj_t * obj) in _lv_obj_destruct() 146 bool lv_obj_is_editable(lv_obj_t * obj) in lv_obj_is_editable() 158 bool lv_obj_is_group_def(lv_obj_t * obj) in lv_obj_is_group_def() 174 static void lv_obj_construct(lv_obj_t * obj) in lv_obj_construct()
|
D | lv_obj_scroll.c | 57 void lv_obj_set_scrollbar_mode(lv_obj_t * obj, lv_scrollbar_mode_t mode) in lv_obj_set_scrollbar_mode() 68 void lv_obj_set_scroll_dir(lv_obj_t * obj, lv_dir_t dir) in lv_obj_set_scroll_dir() 77 void lv_obj_set_scroll_snap_x(lv_obj_t * obj, lv_scroll_snap_t align) in lv_obj_set_scroll_snap_x() 83 void lv_obj_set_scroll_snap_y(lv_obj_t * obj, lv_scroll_snap_t align) in lv_obj_set_scroll_snap_y() 93 lv_scrollbar_mode_t lv_obj_get_scrollbar_mode(const lv_obj_t * obj) in lv_obj_get_scrollbar_mode() 99 lv_dir_t lv_obj_get_scroll_dir(const lv_obj_t * obj) in lv_obj_get_scroll_dir() 105 lv_scroll_snap_t lv_obj_get_scroll_snap_x(const lv_obj_t * obj) in lv_obj_get_scroll_snap_x() 111 lv_scroll_snap_t lv_obj_get_scroll_snap_y(const lv_obj_t * obj) in lv_obj_get_scroll_snap_y() 117 lv_coord_t lv_obj_get_scroll_x(const lv_obj_t * obj) in lv_obj_get_scroll_x() 123 lv_coord_t lv_obj_get_scroll_y(const lv_obj_t * obj) in lv_obj_get_scroll_y() [all …]
|
/lvgl-3.4.0/examples/layouts/flex/ |
D | lv_example_flex_3.py | 10 obj = lv.obj(cont) variable 13 obj = lv.obj(cont) variable 17 obj = lv.obj(cont) variable 21 obj = lv.obj(cont) variable
|
D | lv_example_flex_5.py | 1 def row_gap_anim(obj, v): argument 5 def column_gap_anim(obj, v): argument 18 obj = lv.obj(cont) variable
|
/lvgl-3.4.0/examples/layouts/grid/ |
D | lv_example_grid_2.py | 15 obj = lv.obj(cont) variable 23 obj = lv.obj(cont) variable 31 obj = lv.obj(cont) variable 39 obj = lv.obj(cont) variable 47 obj = lv.obj(cont) variable
|
/lvgl-3.4.0/src/extra/widgets/menu/ |
D | lv_menu.c | 115 lv_obj_t * obj = lv_obj_class_create_obj(MY_CLASS, parent); in lv_menu_create() local 123 lv_obj_t * obj = lv_obj_class_create_obj(&lv_menu_page_class, parent); in lv_menu_page_create() local 135 lv_obj_t * obj = lv_obj_class_create_obj(&lv_menu_cont_class, parent); in lv_menu_cont_create() local 143 lv_obj_t * obj = lv_obj_class_create_obj(&lv_menu_section_class, parent); in lv_menu_section_create() local 151 lv_obj_t * obj = lv_obj_class_create_obj(&lv_menu_separator_class, parent); in lv_menu_separator_create() local 156 void lv_menu_refr(lv_obj_t * obj) in lv_menu_refr() 184 void lv_menu_set_page(lv_obj_t * obj, lv_obj_t * page) in lv_menu_set_page() 263 void lv_menu_set_sidebar_page(lv_obj_t * obj, lv_obj_t * page) in lv_menu_set_sidebar_page() 326 void lv_menu_set_mode_header(lv_obj_t * obj, lv_menu_mode_header_t mode_header) in lv_menu_set_mode_header() 339 void lv_menu_set_mode_root_back_btn(lv_obj_t * obj, lv_menu_mode_root_back_btn_t mode_root_back_btn) in lv_menu_set_mode_root_back_btn() [all …]
|
/lvgl-3.4.0/src/extra/widgets/spinbox/ |
D | lv_spinbox.c | 52 lv_obj_t * obj = lv_obj_class_create_obj(MY_CLASS, parent); in lv_spinbox_create() local 66 void lv_spinbox_set_value(lv_obj_t * obj, int32_t i) in lv_spinbox_set_value() 84 void lv_spinbox_set_rollover(lv_obj_t * obj, bool b) in lv_spinbox_set_rollover() 99 void lv_spinbox_set_digit_format(lv_obj_t * obj, uint8_t digit_count, uint8_t separator_position) in lv_spinbox_set_digit_format() 126 void lv_spinbox_set_step(lv_obj_t * obj, uint32_t step) in lv_spinbox_set_step() 141 void lv_spinbox_set_range(lv_obj_t * obj, int32_t range_min, int32_t range_max) in lv_spinbox_set_range() 160 void lv_spinbox_set_pos(lv_obj_t * obj, uint8_t pos) in lv_spinbox_set_pos() 178 void lv_spinbox_set_digit_step_direction(lv_obj_t * obj, lv_dir_t direction) in lv_spinbox_set_digit_step_direction() 195 int32_t lv_spinbox_get_value(lv_obj_t * obj) in lv_spinbox_get_value() 207 int32_t lv_spinbox_get_step(lv_obj_t * obj) in lv_spinbox_get_step() [all …]
|
/lvgl-3.4.0/src/widgets/ |
D | lv_textarea.c | 88 lv_obj_t * obj = lv_obj_class_create_obj(MY_CLASS, parent); in lv_textarea_create() local 97 void lv_textarea_add_char(lv_obj_t * obj, uint32_t c) in lv_textarea_add_char() 171 void lv_textarea_add_text(lv_obj_t * obj, const char * txt) in lv_textarea_add_text() 233 void lv_textarea_del_char(lv_obj_t * obj) in lv_textarea_del_char() 277 void lv_textarea_del_char_forward(lv_obj_t * obj) in lv_textarea_del_char_forward() 290 void lv_textarea_set_text(lv_obj_t * obj, const char * txt) in lv_textarea_set_text() 350 void lv_textarea_set_placeholder_text(lv_obj_t * obj, const char * txt) in lv_textarea_set_placeholder_text() 386 void lv_textarea_set_cursor_pos(lv_obj_t * obj, int32_t pos) in lv_textarea_set_cursor_pos() 438 void lv_textarea_set_cursor_click_pos(lv_obj_t * obj, bool en) in lv_textarea_set_cursor_click_pos() 446 void lv_textarea_set_password_mode(lv_obj_t * obj, bool en) in lv_textarea_set_password_mode() [all …]
|
D | lv_arc.c | 64 lv_obj_t * obj = lv_obj_class_create_obj(MY_CLASS, parent); in lv_arc_create() local 81 void lv_arc_set_start_angle(lv_obj_t * obj, uint16_t start) in lv_arc_set_start_angle() 105 void lv_arc_set_end_angle(lv_obj_t * obj, uint16_t end) in lv_arc_set_end_angle() 128 void lv_arc_set_angles(lv_obj_t * obj, uint16_t start, uint16_t end) in lv_arc_set_angles() 134 void lv_arc_set_bg_start_angle(lv_obj_t * obj, uint16_t start) in lv_arc_set_bg_start_angle() 156 void lv_arc_set_bg_end_angle(lv_obj_t * obj, uint16_t end) in lv_arc_set_bg_end_angle() 178 void lv_arc_set_bg_angles(lv_obj_t * obj, uint16_t start, uint16_t end) in lv_arc_set_bg_angles() 184 void lv_arc_set_rotation(lv_obj_t * obj, uint16_t rotation) in lv_arc_set_rotation() 194 void lv_arc_set_mode(lv_obj_t * obj, lv_arc_mode_t type) in lv_arc_set_mode() 223 void lv_arc_set_value(lv_obj_t * obj, int16_t value) in lv_arc_set_value() [all …]
|
D | lv_img.c | 60 lv_obj_t * obj = lv_obj_class_create_obj(MY_CLASS, parent); in lv_img_create() local 69 void lv_img_set_src(lv_obj_t * obj, const void * src) in lv_img_set_src() 162 void lv_img_set_offset_x(lv_obj_t * obj, lv_coord_t x) in lv_img_set_offset_x() 174 void lv_img_set_offset_y(lv_obj_t * obj, lv_coord_t y) in lv_img_set_offset_y() 186 void lv_img_set_angle(lv_obj_t * obj, int16_t angle) in lv_img_set_angle() 220 void lv_img_set_pivot(lv_obj_t * obj, lv_coord_t x, lv_coord_t y) in lv_img_set_pivot() 254 void lv_img_set_zoom(lv_obj_t * obj, uint16_t zoom) in lv_img_set_zoom() 288 void lv_img_set_antialias(lv_obj_t * obj, bool antialias) in lv_img_set_antialias() 297 void lv_img_set_size_mode(lv_obj_t * obj, lv_img_size_mode_t mode) in lv_img_set_size_mode() 311 const void * lv_img_get_src(lv_obj_t * obj) in lv_img_get_src() [all …]
|
D | lv_slider.h | 84 static inline void lv_slider_set_value(lv_obj_t * obj, int32_t value, lv_anim_enable_t anim) in lv_slider_set_value() 95 static inline void lv_slider_set_left_value(lv_obj_t * obj, int32_t value, lv_anim_enable_t anim) in lv_slider_set_left_value() 106 static inline void lv_slider_set_range(lv_obj_t * obj, int32_t min, int32_t max) in lv_slider_set_range() 116 static inline void lv_slider_set_mode(lv_obj_t * obj, lv_slider_mode_t mode) in lv_slider_set_mode() 130 static inline int32_t lv_slider_get_value(const lv_obj_t * obj) in lv_slider_get_value() 140 static inline int32_t lv_slider_get_left_value(const lv_obj_t * obj) in lv_slider_get_left_value() 150 static inline int32_t lv_slider_get_min_value(const lv_obj_t * obj) in lv_slider_get_min_value() 160 static inline int32_t lv_slider_get_max_value(const lv_obj_t * obj) in lv_slider_get_max_value()
|
/lvgl-3.4.0/src/extra/widgets/animimg/ |
D | lv_animimg.c | 62 lv_obj_t * obj = lv_obj_class_create_obj(&lv_animimg_class, parent); in lv_animimg_create() local 67 void lv_animimg_set_src(lv_obj_t * obj, lv_img_dsc_t * dsc[], uint8_t num) in lv_animimg_set_src() 76 void lv_animimg_start(lv_obj_t * obj) in lv_animimg_start() 87 void lv_animimg_set_duration(lv_obj_t * obj, uint32_t duration) in lv_animimg_set_duration() 95 void lv_animimg_set_repeat_count(lv_obj_t * obj, uint16_t count) in lv_animimg_set_repeat_count() 110 static void lv_animimg_constructor(const lv_obj_class_t * class_p, lv_obj_t * obj) in lv_animimg_constructor() 128 static void index_change(lv_obj_t * obj, int32_t index) in index_change()
|
/lvgl-3.4.0/src/extra/widgets/keyboard/ |
D | lv_keyboard.c | 140 lv_obj_t * obj = lv_obj_class_create_obj(&lv_keyboard_class, parent); in lv_keyboard_create() local 154 void lv_keyboard_set_textarea(lv_obj_t * obj, lv_obj_t * ta) in lv_keyboard_set_textarea() 181 void lv_keyboard_set_mode(lv_obj_t * obj, lv_keyboard_mode_t mode) in lv_keyboard_set_mode() 196 void lv_keyboard_set_popovers(lv_obj_t * obj, bool en) in lv_keyboard_set_popovers() 215 void lv_keyboard_set_map(lv_obj_t * obj, lv_keyboard_mode_t mode, const char * map[], in lv_keyboard_set_map() 232 lv_obj_t * lv_keyboard_get_textarea(const lv_obj_t * obj) in lv_keyboard_get_textarea() 244 lv_keyboard_mode_t lv_keyboard_get_mode(const lv_obj_t * obj) in lv_keyboard_get_mode() 256 bool lv_btnmatrix_get_popovers(const lv_obj_t * obj) in lv_btnmatrix_get_popovers() 275 lv_obj_t * obj = lv_event_get_target(e); in lv_keyboard_def_event_cb() local 373 static void lv_keyboard_constructor(const lv_obj_class_t * class_p, lv_obj_t * obj) in lv_keyboard_constructor() [all …]
|
/lvgl-3.4.0/src/extra/libs/gif/ |
D | lv_gif.c | 53 lv_obj_t * obj = lv_obj_class_create_obj(MY_CLASS, parent); in lv_gif_create() local 58 void lv_gif_set_src(lv_obj_t * obj, const void * src) in lv_gif_set_src() 98 void lv_gif_restart(lv_obj_t * obj) in lv_gif_restart() 108 static void lv_gif_constructor(const lv_obj_class_t * class_p, lv_obj_t * obj) in lv_gif_constructor() 118 static void lv_gif_destructor(const lv_obj_class_t * class_p, lv_obj_t * obj) in lv_gif_destructor() 129 lv_obj_t * obj = t->user_data; in next_frame_task_cb() local
|
/lvgl-3.4.0/src/extra/layouts/grid/ |
D | lv_grid.h | 121 static inline const lv_coord_t * lv_obj_get_style_grid_row_dsc_array(const lv_obj_t * obj, uint32_t… in lv_obj_get_style_grid_row_dsc_array() 127 static inline const lv_coord_t * lv_obj_get_style_grid_column_dsc_array(const lv_obj_t * obj, uint3… in lv_obj_get_style_grid_column_dsc_array() 133 static inline lv_grid_align_t lv_obj_get_style_grid_row_align(const lv_obj_t * obj, uint32_t part) in lv_obj_get_style_grid_row_align() 139 static inline lv_grid_align_t lv_obj_get_style_grid_column_align(const lv_obj_t * obj, uint32_t par… in lv_obj_get_style_grid_column_align() 145 static inline lv_coord_t lv_obj_get_style_grid_cell_column_pos(const lv_obj_t * obj, uint32_t part) in lv_obj_get_style_grid_cell_column_pos() 151 static inline lv_coord_t lv_obj_get_style_grid_cell_column_span(const lv_obj_t * obj, uint32_t part) in lv_obj_get_style_grid_cell_column_span() 157 static inline lv_coord_t lv_obj_get_style_grid_cell_row_pos(const lv_obj_t * obj, uint32_t part) in lv_obj_get_style_grid_cell_row_pos() 163 static inline lv_coord_t lv_obj_get_style_grid_cell_row_span(const lv_obj_t * obj, uint32_t part) in lv_obj_get_style_grid_cell_row_span() 169 static inline lv_coord_t lv_obj_get_style_grid_cell_x_align(const lv_obj_t * obj, uint32_t part) in lv_obj_get_style_grid_cell_x_align() 175 static inline lv_coord_t lv_obj_get_style_grid_cell_y_align(const lv_obj_t * obj, uint32_t part) in lv_obj_get_style_grid_cell_y_align()
|
/lvgl-3.4.0/src/extra/widgets/calendar/ |
D | lv_calendar.c | 63 lv_obj_t * obj = lv_obj_class_create_obj(&lv_calendar_class, parent); in lv_calendar_create() local 72 void lv_calendar_set_day_names(lv_obj_t * obj, const char * day_names[]) in lv_calendar_set_day_names() 84 void lv_calendar_set_today_date(lv_obj_t * obj, uint32_t year, uint32_t month, uint32_t day) in lv_calendar_set_today_date() 96 void lv_calendar_set_highlighted_dates(lv_obj_t * obj, lv_calendar_date_t highlighted[], uint16_t d… in lv_calendar_set_highlighted_dates() 109 void lv_calendar_set_showed_date(lv_obj_t * obj, uint32_t year, uint32_t month) in lv_calendar_set_showed_date() 172 lv_obj_t * lv_calendar_get_btnmatrix(const lv_obj_t * obj) in lv_calendar_get_btnmatrix() 179 const lv_calendar_date_t * lv_calendar_get_today_date(const lv_obj_t * obj) in lv_calendar_get_today_date() 187 const lv_calendar_date_t * lv_calendar_get_showed_date(const lv_obj_t * obj) in lv_calendar_get_showed_date() 195 lv_calendar_date_t * lv_calendar_get_highlighted_dates(const lv_obj_t * obj) in lv_calendar_get_highlighted_dates() 203 uint16_t lv_calendar_get_highlighted_dates_num(const lv_obj_t * obj) in lv_calendar_get_highlighted_dates_num() [all …]
|
/lvgl-3.4.0/src/extra/widgets/led/ |
D | lv_led.c | 57 lv_obj_t * obj = lv_obj_class_create_obj(MY_CLASS, parent); in lv_led_create() local 71 void lv_led_set_color(lv_obj_t * obj, lv_color_t color) in lv_led_set_color() 85 void lv_led_set_brightness(lv_obj_t * obj, uint8_t bright) in lv_led_set_brightness() 120 void lv_led_toggle(lv_obj_t * obj) in lv_led_toggle() 138 uint8_t lv_led_get_brightness(const lv_obj_t * obj) in lv_led_get_brightness() 150 static void lv_led_constructor(const lv_obj_class_t * class_p, lv_obj_t * obj) in lv_led_constructor() 171 lv_obj_t * obj = lv_event_get_target(e); in lv_led_event() local
|
/lvgl-3.4.0/examples/anim/ |
D | lv_example_anim_2.py | 1 def anim_x_cb(obj, v): argument 4 def anim_size_cb(obj, v): argument 11 obj = lv.obj(lv.scr_act()) variable
|
/lvgl-3.4.0/src/extra/widgets/spinner/ |
D | lv_spinner.c | 56 lv_obj_t * obj = lv_obj_class_create_obj(&lv_spinner_class, parent); in lv_spinner_create() local 66 static void lv_spinner_constructor(const lv_obj_class_t * class_p, lv_obj_t * obj) in lv_spinner_constructor() 93 static void arc_anim_start_angle(void * obj, int32_t v) in arc_anim_start_angle() 99 static void arc_anim_end_angle(void * obj, int32_t v) in arc_anim_end_angle()
|
/lvgl-3.4.0/src/extra/widgets/imgbtn/ |
D | lv_imgbtn.c | 59 lv_obj_t * obj = lv_obj_class_create_obj(MY_CLASS, parent); in lv_imgbtn_create() local 79 void lv_imgbtn_set_src(lv_obj_t * obj, lv_imgbtn_state_t state, const void * src_left, const void *… in lv_imgbtn_set_src() 93 void lv_imgbtn_set_state(lv_obj_t * obj, lv_imgbtn_state_t state) in lv_imgbtn_set_state() 122 const void * lv_imgbtn_get_src_left(lv_obj_t * obj, lv_imgbtn_state_t state) in lv_imgbtn_get_src_left() 137 const void * lv_imgbtn_get_src_middle(lv_obj_t * obj, lv_imgbtn_state_t state) in lv_imgbtn_get_src_middle() 151 const void * lv_imgbtn_get_src_right(lv_obj_t * obj, lv_imgbtn_state_t state) in lv_imgbtn_get_src_right() 164 static void lv_imgbtn_constructor(const lv_obj_class_t * class_p, lv_obj_t * obj) in lv_imgbtn_constructor() 185 lv_obj_t * obj = lv_event_get_target(e); in lv_imgbtn_event() local 212 lv_obj_t * obj = lv_event_get_target(e); in draw_main() local 294 static void refr_img(lv_obj_t * obj) in refr_img() [all …]
|