Searched refs:_lv_obj_t (Results 1 – 4 of 4) sorted by relevance
37 struct _lv_obj_t;122 struct _lv_obj_t * act_obj; /*The object being pressed*/123 … struct _lv_obj_t * last_obj; /*The last obejct which was pressed (used by dragthrow and125 struct _lv_obj_t * last_pressed; /*The lastly pressed object*/148 struct _lv_obj_t;157 struct _lv_obj_t * cursor; /**< Cursor for LV_INPUT_TYPE_POINTER*/
121 struct _lv_obj_t;137 struct _lv_obj_t * act_scr; /**< Currently active screen on this display */138 struct _lv_obj_t * top_layer; /**< @see lv_disp_get_layer_top */139 struct _lv_obj_t * sys_layer; /**< @see lv_disp_get_layer_sys */
56 struct _lv_obj_t;71 typedef bool (*lv_design_cb_t)(struct _lv_obj_t * obj, const lv_area_t * mask_p, lv_design_mode_t m…103 typedef void (*lv_event_cb_t)(struct _lv_obj_t * obj, lv_event_t event);135 typedef lv_res_t (*lv_signal_cb_t)(struct _lv_obj_t * obj, lv_signal_t sign, void * param);166 const struct _lv_obj_t * base;184 typedef struct _lv_obj_t struct186 struct _lv_obj_t * par; /**< Pointer to the parent object*/ argument294 void lv_obj_del_async(struct _lv_obj_t *obj);
38 struct _lv_obj_t;
Completed in 10 milliseconds