lv_fragment_private.h
API reference for lv_fragment_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_fragment.h
Summary
Structs
struct
_lv_fragment_managed_states_t
Fragment states
| Member | Type | Description |
|---|---|---|
cls | const lv_fragment_class_t * | Class of the fragment |
manager | lv_fragment_manager_t * | Manager the fragment attached to |
container | lv_obj_t *const * | Container object the fragment adding view to |
instance | lv_fragment_t * | Fragment instance |
obj_created | bool | true between create_obj_cb and obj_deleted_cb |
destroying_obj | bool | true before lv_fragment_delete_obj is called. Don't touch any object if this is true |
in_stack | bool | true if this fragment is in navigation stack that can be popped |
Dependencies
lvgl_public.h
Last updated on