Lines Matching refs:expr
26 - :cpp:expr:`lv_obj_get_id(widget)`,
27 - :cpp:expr:`lv_obj_get_child_by_id(widget, id)`;
42 - :cpp:expr:`lv_obj_assign_id(class_p, widget)` will be called at the end of each
44 - :cpp:expr:`lv_obj_free_id(widget)` will be called at the end of the sequence when
51 :cpp:expr:`lv_obj_assign_id(class_p, widget)`
58 :cpp:expr:`lv_obj_free_id(widget)`
73 - :cpp:expr:`lv_obj_assign_id(class_p, widget)`
74 - :cpp:expr:`lv_obj_free_id(widget)`
75 - :cpp:expr:`lv_obj_set_id(widget, id)`
76 - :cpp:expr:`lv_obj_stringify_id(widget, buf, len)`
77 - :cpp:expr:`lv_obj_id_compare(id1, id2)`
80 created, :cpp:expr:`lv_obj_stringify_id(widget, buf, len)` will produce a unique
90 the strings produced by :cpp:expr:`lv_obj_stringify_id(widget, buf, len)` would be
151 Widget IDs. Note that this pointer may be different than :cpp:expr:`widget->class_p`
163 :cpp:expr:`lv_obj_dump_tree(widget)` provides a "dump" of the Widget Tree for the
181 state of the Widget Tree when :cpp:expr:`lv_obj_dump_tree(widget)` was called.
184 :cpp:expr:`timer->user_data` field when the timer event callback is called, attempted
193 :cpp:expr:`lv_obj_get_child_by_id(widget, id)` will perform a recursive walk through