|
Kestrel Interface
|
#include <kest_button.h>
Data Fields | |
| kest_button | button |
| struct kest_ui_page * | parent |
| lv_obj_t * | popup |
| void(* | action_cb )(void *data) |
| void * | cb_arg |
Definition at line 124 of file kest_button.h.
| void(* kest_danger_button::action_cb) (void *data) |
Definition at line 129 of file kest_button.h.
Referenced by init_danger_button(), kest_danger_button_confirm_cb(), and kest_danger_button_value_changed_cb().
| kest_button kest_danger_button::button |
Definition at line 126 of file kest_button.h.
Referenced by configure_main_menu(), init_danger_button(), kest_danger_button_activate_popup_cb(), and kest_danger_button_create_ui().
| void* kest_danger_button::cb_arg |
Definition at line 130 of file kest_button.h.
Referenced by init_danger_button(), kest_danger_button_confirm_cb(), and kest_danger_button_value_changed_cb().
| struct kest_ui_page* kest_danger_button::parent |
Definition at line 127 of file kest_button.h.
Referenced by init_danger_button(), and kest_danger_button_activate_popup_cb().
| lv_obj_t* kest_danger_button::popup |
Definition at line 128 of file kest_button.h.
Referenced by init_danger_button(), kest_danger_button_activate_popup_cb(), kest_danger_button_cancel_cb(), and kest_danger_button_value_changed_cb().