lv_xml_component_private.h
Typedefs
-
typedef void *(*lv_xml_component_process_cb_t)(lv_obj_t *parent, const char *data, const char **attrs)
Functions
-
void lv_xml_component_init(void)
Initialize the components system.
-
void lv_xml_component_ctx_init(lv_xml_component_ctx_t *ctx)
Initialize the linked lists of a component context
- Parameters:
ctx – pointer to a component contexts
-
struct _lv_xml_component_ctx_t
Public Members
-
const char *name
-
const char *view_def
-
struct _lv_widget_processor_t *root_widget
-
uint32_t is_widget
-
struct _lv_xml_component_ctx_t *next
-
const char *name
-
struct lv_xml_const_t
-
struct lv_xml_subject_t
-
struct lv_xml_param_t
-
struct lv_xml_grad_t