/lvgl-latest/src/others/xml/parsers/ |
D | lv_xml_chart_parser.h | 27 void * lv_xml_chart_create(lv_xml_parser_state_t * state, const char ** attrs); 28 void lv_xml_chart_apply(lv_xml_parser_state_t * state, const char ** attrs); 29 void * lv_xml_chart_series_create(lv_xml_parser_state_t * state, const char ** attrs); 30 void lv_xml_chart_series_apply(lv_xml_parser_state_t * state, const char ** attrs); 31 void * lv_xml_chart_cursor_create(lv_xml_parser_state_t * state, const char ** attrs); 32 void lv_xml_chart_cursor_apply(lv_xml_parser_state_t * state, const char ** attrs); 33 void * lv_xml_chart_axis_create(lv_xml_parser_state_t * state, const char ** attrs); 34 void lv_xml_chart_axis_apply(lv_xml_parser_state_t * state, const char ** attrs);
|
D | lv_xml_table_parser.h | 27 void * lv_xml_table_create(lv_xml_parser_state_t * state, const char ** attrs); 28 void lv_xml_table_apply(lv_xml_parser_state_t * state, const char ** attrs); 29 void * lv_xml_table_column_create(lv_xml_parser_state_t * state, const char ** attrs); 30 void lv_xml_table_column_apply(lv_xml_parser_state_t * state, const char ** attrs); 31 void * lv_xml_table_cell_create(lv_xml_parser_state_t * state, const char ** attrs); 32 void lv_xml_table_cell_apply(lv_xml_parser_state_t * state, const char ** attrs);
|
D | lv_xml_tabview_parser.h | 27 void * lv_xml_tabview_create(lv_xml_parser_state_t * state, const char ** attrs); 28 void lv_xml_tabview_apply(lv_xml_parser_state_t * state, const char ** attrs); 29 void * lv_xml_tabview_tab_bar_create(lv_xml_parser_state_t * state, const char ** attrs); 30 void lv_xml_tabview_tab_bar_apply(lv_xml_parser_state_t * state, const char ** attrs); 31 void * lv_xml_tabview_tab_create(lv_xml_parser_state_t * state, const char ** attrs); 32 void lv_xml_tabview_tab_apply(lv_xml_parser_state_t * state, const char ** attrs);
|
D | lv_xml_tabview_parser.c | 39 void * lv_xml_tabview_create(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_tabview_create() 48 void lv_xml_tabview_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_tabview_apply() 63 void * lv_xml_tabview_tab_bar_create(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_tabview_tab_bar_create() 71 void lv_xml_tabview_tab_bar_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_tabview_tab_bar_apply() 77 void * lv_xml_tabview_tab_create(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_tabview_tab_create() 84 void lv_xml_tabview_tab_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_tabview_tab_apply()
|
D | lv_xml_dropdown_parser.h | 27 void * lv_xml_dropdown_create(lv_xml_parser_state_t * state, const char ** attrs); 28 void lv_xml_dropdown_apply(lv_xml_parser_state_t * state, const char ** attrs); 29 void * lv_xml_dropdown_list_create(lv_xml_parser_state_t * state, const char ** attrs); 30 void lv_xml_dropdown_list_apply(lv_xml_parser_state_t * state, const char ** attrs);
|
D | lv_xml_dropdown_parser.c | 39 void * lv_xml_dropdown_create(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_dropdown_create() 48 void lv_xml_dropdown_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_dropdown_apply() 65 void * lv_xml_dropdown_list_create(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_dropdown_list_create() 72 void lv_xml_dropdown_list_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_dropdown_list_apply()
|
D | lv_xml_chart_parser.c | 42 void * lv_xml_chart_create(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_chart_create() 51 void lv_xml_chart_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_chart_apply() 73 void * lv_xml_chart_series_create(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_chart_series_create() 82 void lv_xml_chart_series_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_chart_series_apply() 103 void * lv_xml_chart_cursor_create(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_chart_cursor_create() 113 void lv_xml_chart_cursor_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_chart_cursor_apply() 135 void * lv_xml_chart_axis_create(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_chart_axis_create() 143 void lv_xml_chart_axis_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_chart_axis_apply()
|
D | lv_xml_table_parser.c | 40 void * lv_xml_table_create(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_table_create() 49 void lv_xml_table_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_table_apply() 70 void * lv_xml_table_column_create(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_table_column_create() 78 void lv_xml_table_column_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_table_column_apply() 94 void * lv_xml_table_cell_create(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_table_cell_create() 102 void lv_xml_table_cell_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_table_cell_apply()
|
D | lv_xml_button_parser.h | 27 void * lv_xml_button_create(lv_xml_parser_state_t * state, const char ** attrs); 28 void lv_xml_button_apply(lv_xml_parser_state_t * state, const char ** attrs);
|
D | lv_xml_label_parser.h | 27 void * lv_xml_label_create(lv_xml_parser_state_t * state, const char ** attrs); 29 void lv_xml_label_apply(lv_xml_parser_state_t * state, const char ** attrs);
|
D | lv_xml_obj_parser.h | 27 void * lv_xml_obj_create(lv_xml_parser_state_t * state, const char ** attrs); 28 void lv_xml_obj_apply(lv_xml_parser_state_t * state, const char ** attrs);
|
D | lv_xml_slider_parser.h | 27 void * lv_xml_slider_create(lv_xml_parser_state_t * state, const char ** attrs); 28 void lv_xml_slider_apply(lv_xml_parser_state_t * state, const char ** attrs);
|
D | lv_xml_image_parser.h | 27 void * lv_xml_image_create(lv_xml_parser_state_t * state, const char ** attrs); 29 void lv_xml_image_apply(lv_xml_parser_state_t * state, const char ** attrs);
|
D | lv_xml_button_parser.c | 40 void * lv_xml_button_create(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_button_create() 49 void lv_xml_button_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_button_apply()
|
D | lv_xml_label_parser.c | 40 void * lv_xml_label_create(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_label_create() 48 void lv_xml_label_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_label_apply()
|
D | lv_xml_image_parser.c | 40 void * lv_xml_image_create(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_image_create() 53 void lv_xml_image_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_image_apply()
|
D | lv_xml_slider_parser.c | 41 void * lv_xml_slider_create(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_slider_create() 49 void lv_xml_slider_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_slider_apply()
|
D | lv_xml_obj_parser.c | 45 void * lv_xml_obj_create(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_obj_create() 53 void lv_xml_obj_apply(lv_xml_parser_state_t * state, const char ** attrs) in lv_xml_obj_apply()
|
/lvgl-latest/src/others/xml/ |
D | lv_xml_parser.c | 42 void lv_xml_parser_state_init(lv_xml_parser_state_t * state) in lv_xml_parser_state_init() 44 lv_memzero(state, sizeof(lv_xml_parser_state_t)); in lv_xml_parser_state_init() 51 void lv_xml_parser_start_section(lv_xml_parser_state_t * state, const char * name) in lv_xml_parser_start_section() 72 void lv_xml_parser_end_section(lv_xml_parser_state_t * state, const char * name) in lv_xml_parser_end_section() 84 void * lv_xml_state_get_parent(lv_xml_parser_state_t * state) in lv_xml_state_get_parent() 89 void * lv_xml_state_get_item(lv_xml_parser_state_t * state) in lv_xml_state_get_item()
|
D | lv_xml_parser.h | 64 void lv_xml_parser_state_init(lv_xml_parser_state_t * state); 66 void lv_xml_parser_start_section(lv_xml_parser_state_t * state, const char * name); 68 void lv_xml_parser_end_section(lv_xml_parser_state_t * state, const char * name); 70 void * lv_xml_state_get_parent(lv_xml_parser_state_t * state); 72 void * lv_xml_state_get_item(lv_xml_parser_state_t * state);
|
D | lv_xml_component.c | 36 static void process_const_element(lv_xml_parser_state_t * state, const char ** attrs); 37 static void process_prop_element(lv_xml_parser_state_t * state, const char ** attrs); 60 lv_obj_t * lv_xml_component_process(lv_xml_parser_state_t * state, const char * name, const char **… in lv_xml_component_process() 90 lv_xml_parser_state_t state; in lv_xml_component_register_from_data() 206 static void process_const_element(lv_xml_parser_state_t * state, const char ** attrs) in process_const_element() 225 static void process_prop_element(lv_xml_parser_state_t * state, const char ** attrs) in process_prop_element() 240 lv_xml_parser_state_t * state = (lv_xml_parser_state_t *)user_data; in start_metadata_handler() 288 lv_xml_parser_state_t * state = (lv_xml_parser_state_t *)user_data; in end_metadata_handler()
|
D | lv_xml_widget.h | 26 typedef void * (*lv_xml_widget_create_cb_t)(lv_xml_parser_state_t * state, const char ** parent_at… 27 typedef void (*lv_xml_widget_apply_cb_t)(lv_xml_parser_state_t * state, const char ** parent_attrs…
|
D | lv_xml.c | 95 lv_xml_parser_state_t state; in lv_xml_create_from_ctx() 137 lv_xml_parser_state_t state; in lv_xml_create() 298 lv_xml_parser_state_t * state = (lv_xml_parser_state_t *)user_data; in view_start_element_handler() 375 lv_xml_parser_state_t * state = (lv_xml_parser_state_t *)user_data; in view_end_element_handler()
|
D | lv_xml_component.h | 34 lv_obj_t * lv_xml_component_process(lv_xml_parser_state_t * state, const char * name, const char **…
|
D | lv_xml_style.h | 49 void lv_xml_style_add_to_obj(lv_xml_parser_state_t * state, lv_obj_t * obj, const char * text);
|