|
Kestrel Interface
|
#include <kest_profile_view.h>
Data Fields | |
| kest_profile * | profile |
| kest_button * | play |
| kest_button * | plus |
| kest_button * | save |
| lv_obj_t * | menu_button |
| lv_obj_t * | menu_button_label |
| char * | name_saved |
| kest_ui_page * | settings_page |
| kest_active_button_array * | array |
| kest_representation | rep |
Definition at line 4 of file kest_profile_view.h.
| kest_active_button_array* kest_profile_view_str::array |
Definition at line 19 of file kest_profile_view.h.
Referenced by configure_profile_view(), create_profile_view_ui(), init_profile_view(), and profile_view_append_effect().
| lv_obj_t* kest_profile_view_str::menu_button |
Definition at line 12 of file kest_profile_view.h.
Referenced by init_profile_view().
| lv_obj_t* kest_profile_view_str::menu_button_label |
Definition at line 13 of file kest_profile_view.h.
Referenced by init_profile_view().
| char* kest_profile_view_str::name_saved |
Definition at line 15 of file kest_profile_view.h.
| kest_button* kest_profile_view_str::play |
Definition at line 8 of file kest_profile_view.h.
Referenced by configure_profile_view(), create_profile_view_ui(), init_profile_view(), and profile_view_rep_update().
| kest_button* kest_profile_view_str::plus |
Definition at line 9 of file kest_profile_view.h.
Referenced by configure_profile_view(), and init_profile_view().
| kest_profile* kest_profile_view_str::profile |
Definition at line 6 of file kest_profile_view.h.
Referenced by configure_profile_view(), create_profile_view_ui(), enter_profile_view(), init_profile_view(), kest_ui_page_create_identifier(), profile_view_play_button_cb(), profile_view_revert_name(), and profile_view_save_name().
| kest_representation kest_profile_view_str::rep |
Definition at line 21 of file kest_profile_view.h.
Referenced by configure_profile_view(), and init_profile_view().
| kest_button* kest_profile_view_str::save |
Definition at line 10 of file kest_profile_view.h.
Referenced by configure_profile_view(), create_profile_view_ui(), init_profile_view(), profile_view_rep_update(), and profile_view_save_name().
| kest_ui_page* kest_profile_view_str::settings_page |
Definition at line 17 of file kest_profile_view.h.
Referenced by configure_profile_view(), init_profile_view(), and profile_view_enter_settings_page_cb().