lv_iter.h
API reference for lv_iter.h
Summary
Functions
misc/lv_iter.h:51function
lv_iter_get_context
Get the context of the iterator. You can use it to store some temporary variables associated with current iterator..
void * lv_iter_get_context(const lv_iter_t *iter)| Name | Type | Description |
|---|---|---|
iter | const lv_iter_t * | lv_iter_t object create before |
Returns: void * — the iter context
Typedefs
misc/lv_iter.h:28typedef
lv_iter_next_cb
typedef lv_result_t(* lv_iter_next_cb) (void *instance, void *context, void *elem)Used by 1 function
lv_iter_create— paramnext_cb
misc/lv_iter.h:29typedef
lv_iter_inspect_cb
typedef void(* lv_iter_inspect_cb) (void *elem)Used by 1 function
lv_iter_inspect— paraminspect_cb
Dependencies
Indirect dependencies
How is this guide?
Last updated on