lv_fragment_private.h

struct _lv_fragment_managed_states_t
#include <lv_fragment_private.h>

Fragment states

Public Members

const lv_fragment_class_t *cls

Class of the fragment

lv_fragment_manager_t *manager

Manager the fragment attached to

lv_obj_t *const *container

Container object the fragment adding view to

lv_fragment_t *instance

Fragment instance

bool obj_created

true between create_obj_cb and obj_deleted_cb

bool destroying_obj

true before lv_fragment_delete_obj is called. Don't touch any object if this is true

bool in_stack

true if this fragment is in navigation stack that can be popped