lv_iter.h

API reference for lv_iter.h

Report on GitHub

Functions

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)
Parameters
NameTypeDescription
iterconst lv_iter_t *lv_iter_t object create before

Returns: void * — the iter context

Typedefs

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 — param next_cb

lv_iter_inspect_cb

 
typedef void(* lv_iter_inspect_cb) (void *elem)
Used by 1 function
  • lv_iter_inspect — param inspect_cb

Dependencies

How is this guide?

Last updated on

On this page