lv_fragment_private.h

API reference for lv_fragment_private.h

Report on GitHub
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

MemberTypeDescription
clsconst lv_fragment_class_t *Class of the fragment
managerlv_fragment_manager_t *Manager the fragment attached to
containerlv_obj_t *const *Container object the fragment adding view to
instancelv_fragment_t *Fragment instance
obj_createdbooltrue between create_obj_cb and obj_deleted_cb
destroying_objbooltrue before lv_fragment_delete_obj is called. Don't touch any object if this is true
in_stackbooltrue if this fragment is in navigation stack that can be popped

Dependencies

How is this guide?

Last updated on

On this page