Lines Matching full:can
44 …crolling begins. The event parameter is a pointer to the animation of the scroll. Can be modified*/
89 LV_EVENT_PREPROCESS = 0x80, /** This is a flag that can be set with an event so it's processed
113 …* Used as the event parameter of ::LV_EVENT_HIT_TEST to check if an `point` can click the object o…
117 * - If already set to `true` you agree that `point` can click the object leave it as `true`
120 …const lv_point_t * point; /**< A point relative to screen to check if it can click the object or…
121 bool res; /**< true: `point` can click the object; false: it cannot*/
207 * It can be used the same way as e.g. `LV_EVENT_CLICKED` to send custom events
219 * Nested events can be called and one of them might belong to an object that is being deleted.
228 …* An object can have multiple event handler. They will be called in the same order as they were ad…
230 …g. `LV_EVENT_CLICKED`) on which the event should be called. `LV_EVENT_ALL` can be sued the receive…
233 * @return a pointer the event descriptor. Can be used in ::lv_obj_remove_event_dsc
296 …* Get the old area of the object before its size was changed. Can be used in `LV_EVENT_SIZE_CHANGE…
303 * Get the key passed as parameter to an event. Can be used in `LV_EVENT_KEY`
310 * Get the animation descriptor of a scrolling. Can be used in `LV_EVENT_SCROLL_BEGIN`
312 * @return the animation that will scroll the object. (can be modified as required)
317 * Set the new extra draw size. Can be used in `LV_EVENT_REFR_EXT_DRAW_SIZE`
325 * Can be used in `LV_EVENT_GET_SELF_SIZE`
332 …lv_hit_test_info_t` variable in which the hit test result should be saved. Can be used in `LV_EVEN…
340 * Can be used in `LV_EVENT_HIT_TEST`
347 * Set the result of cover checking. Can be used in `LV_EVENT_COVER_CHECK`