/lvgl-latest/src/core/ |
D | lv_event.h | 39 …LV_EVENT_SHORT_CLICKED, /**< The object was pressed for a short period of time, then release… 75 … LV_EVENT_CHILD_CHANGED, /**< Child was removed, added, or its size, position were changed */ 76 LV_EVENT_CHILD_CREATED, /**< Child was created, always bubbles up to all parents*/ 77 LV_EVENT_CHILD_DELETED, /**< Child was deleted, always bubbles up to all parents*/ 80 LV_EVENT_SCREEN_LOADED, /**< A screen was loaded*/ 81 LV_EVENT_SCREEN_UNLOADED, /**< A screen was unloaded*/ 143 …* @return LV_RES_OK: `obj` was not deleted in the event; LV_RES_INV: `obj` was deleted in the even… 151 …* @return LV_RES_OK: the target object was not deleted in the event; LV_RES_INV: it was d… 178 * Get the parameter passed when the event was sent 185 * Get the user_data passed when the event was registered on the object [all …]
|
D | lv_indev.c | 292 LV_LOG_WARN("lv_indev_get_read_timer: indev was NULL"); in lv_indev_get_read_timer() 324 /*If not return earlier for a clicked child and this obj's hittest was ok use it in lv_indev_search_obj() 445 /*Simulate a press on the object if ENTER was pressed*/ in indev_keypad_proc() 519 /*The user might clear the key when it was released. Always release the pressed key*/ in indev_keypad_proc() 677 /*The button was released on a non-editable object. Just send enter*/ in indev_encoder_proc() 854 /*If a new object was found reset some variables and send a pressed event handler*/ in indev_proc_press() 859 /*If a new object found the previous was lost, so send a Call the ancestor's event handler*/ in indev_proc_press() 1093 /*If the prev. object also was in a group at least "LEAVE" it instead of defocus*/ in indev_click_focus()
|
D | lv_obj_style.h | 107 * @param part the part whose style was changed. E.g. `LV_PART_ANY`, `LV_PART_MAIN` 154 * @return true the property was found and removed; false: the property was not found
|
D | lv_obj_tree.h | 122 * @return the parent of the object. (NULL if `obj` was a screen) 135 * @return pointer to the child or NULL if the index was invalid
|
D | lv_obj_tree.c | 70 /*Handle if the active screen was deleted*/ in lv_obj_del() 72 LV_LOG_WARN("the active screen was deleted"); in lv_obj_del()
|
/lvgl-latest/docs/overview/ |
D | event.md | 72 - `LV_EVENT_SHORT_CLICKED` An object was pressed for a short period of time, then released. Not … 79 - `LV_EVENT_SCROLL` An object was scrolled 105 - `LV_EVENT_CHILD_CHANGED` Child was removed/added 106 - `LV_EVENT_CHILD_CREATED` Child was created, always bubbles up to all parents 107 - `LV_EVENT_CHILD_DELETED` Child was deleted, always bubbles up to all parents 114 - `LV_EVENT_SCREEN_LOADED` A screen was loaded, called when all animations are finished 115 - `LV_EVENT_SCREEN_UNLOADED` A screen was unloaded, called when all animations are finished 153 - `lv_event_get_current_target(e)` get the object to which an event was sent. I.e. the object whose…
|
/lvgl-latest/src/extra/libs/png/ |
D | lodepng.h | 837 -length bytes of data (may be 0 bytes if length was 0) 1298 is done, the resulting data will be as it was in the PNG (after decompression) 1382 no matter whether the PNG was encoded with a palette, grayscale or RGBA color. 1530 OK, or a non-zero code if there was an error. 1869 A bug with the PNG filtertype heuristic was fixed, so that it chooses much 1886 *) 14 mar 2010: fixed bug where too much memory was allocated for char buffers. 1948 struct of type LodePNG::LodePNG_Info, instead of a vector, which was a bit clumsy.
|
/lvgl-latest/src/misc/ |
D | lv_style.h | 381 * @return true: the property was found and removed; false: the property wasn't found 410 * LV_RES_OK: the property was fond, and `value` is set accordingly 444 * LV_RES_OK: the property was fond, and `value` is set accordingly
|
D | lv_timer.c | 110 /*If a timer was created or deleted then this or the next item might be corrupted*/ in lv_timer_handler() 112 … TIMER_TRACE("Start from the first timer again because a timer was created or deleted"); in lv_timer_handler()
|
D | lv_math.c | 190 // Invert degree if it was X>Y octant, makes 0-45 into 90-45 in lv_atan2() 194 // need to invert it for whichever quadrant it was in in lv_atan2()
|
D | lv_ll.c | 347 /*If `n_act` was moved before NULL then it become the new tail*/ in _lv_ll_move_before() 350 /*If `n_act` was moved before `NULL` then it's the new head*/ in _lv_ll_move_before()
|
/lvgl-latest/src/widgets/ |
D | lv_img.c | 111 /*If memory was allocated because of the previous `src_type` then free it*/ in lv_img_set_src() 118 /*If the new and the old src are the same then it was only a refresh.*/ in lv_img_set_src() 121 …/*If memory was allocated because of the previous `src_type` then save its pointer and free after … in lv_img_set_src()
|
D | lv_arc.h | 49 uint32_t min_close : 1; /*1: the last pressed angle was closer to minimum end*/ 50 …uint32_t in_out : 1; /* 1: The click was within the background arc angles. 0: Click outside…
|
/lvgl-latest/scripts/ |
D | Doxyfile | 58 # entered, it will be relative to the location where doxygen was started. If 431 # documentation are documented, even if no documentation was available. Private 1039 # Note: The availability of this option depends on whether or not doxygen was 1199 # page will contain the date and time when the page was generated. Setting this 1200 # to YES can help to show when doxygen was last run and thus if the 1785 # page will contain the date and time when the page was generated. Setting this
|
/lvgl-latest/.github/workflows/ |
D | close_old_issues.yml | 19 Now we mark this as "stale" because there was no activity here for 14 days. 23 …As there was no activity here for a while we close this issue. But don't worry, the conversation i…
|
/lvgl-latest/src/ |
D | lv_api_map.h | 50 * It will look like if it was created as the last child of its parent. 62 * It will look like if it was created as the first child of its parent.
|
/lvgl-latest/src/hal/ |
D | lv_hal_tick.c | 66 *This loop detects if `lv_tick_inc` was called while reading `sys_time`. in lv_tick_get() 67 *If `tick_irq_flag` was cleared in `lv_tick_inc` try to read again in lv_tick_get()
|
D | lv_hal_disp.h | 60 …/*1: It was the last chunk to flush. (It can't be a bit field because when it's cleared from IRQ R… 194 uint32_t last_activity_time; /**< Last time when there was activity on this display*/
|
/lvgl-latest/src/draw/sw/ |
D | lv_draw_sw_gradient.h | 45 …uint32_t not_cached: 1; /**< The cache was too small so this item is not managed by the cac… 86 * Clean up the gradient item after it was get with `lv_grad_get_from_cache`.
|
/lvgl-latest/src/extra/others/msg/ |
D | lv_msg.h | 52 * @param cb callback to call if a message with `msg_id` was sent 60 * `LV_EVENT_MSG_RECEIVED` will be triggered if a message with matching ID was sent
|
/lvgl-latest/src/font/ |
D | lv_font.h | 43 …resolved_font; /**< Pointer to a font where the glyph was actually found after handling fallbacks*/ 105 * false: the letter was not found, no data is loaded to `dsc_out`
|
/lvgl-latest/src/draw/ |
D | lv_img_cache.c | 110 /*Close the decoder to reuse if it was opened (has a valid source)*/ in _lv_img_cache_open() 133 /*If `time_to_open` was not set in the open function set it here*/ in _lv_img_cache_open()
|
/lvgl-latest/src/extra/others/gridnav/ |
D | lv_gridnav.c | 242 /*This event bubble, so be sure this object's child was deleted. in gridnav_event_cb() 243 *As we don't know which object was deleted we can't make the next focused. in gridnav_event_cb()
|
/lvgl-latest/docs/ |
D | CHANGELOG.md | 235 - docs(indev): fix the name of long_press_repeat_time (was long_press_rep_time) [`34c545e`](https:/… 242 - docs(indev): fix the name of long_press_repeat_time (was long_press_rep_time) [`34c545e`](https:/… 287 v8.3.3 is the same as v8.3.2. It was released only because the version number was set incorrectly i… 803 - fix(event): crash if an object was deleted in an event [`9810920`](https://github.com/littlevgl/l… 1866 - send gestures event if the object was dragged. User can check dragging with `lv_indev_is_dragging… 1889 - Limit extra button click area of button matrix's buttons. With large paddings it was counter-intu… 2097 - [lv_examples](https://github.com/littlevgl/lv_examples) was reworked and new examples and demos w…
|
D | CONTRIBUTING.md | 145 /* The original version of this code-snippet was published on StackOverflow. 183 Was it easy or were there some obstacles? Are you happy with the result?
|