Lines Matching refs:arc
11 The Arc consists of a background and a foreground arc. The foreground
20 style properties and an arc using the Arc style properties. The Arc's
39 A new value can be set using :cpp:expr:`lv_arc_set_value(arc, new_value)`. The
41 be modified with :cpp:expr:`lv_arc_set_range(arc, min, max)`. The default range
48 - :cpp:expr:`lv_arc_set_bg_start_angle(arc, angle)`
49 - :cpp:expr:`lv_arc_set_bg_end_angle(arc, angle)`
50 - :cpp:expr:`lv_arc_set_bg_angles(arc, start_angle, end_angle)`
60 :cpp:expr:`lv_arc_set_rotation(arc, deg)`.
72 The mode can be set by :cpp:expr:`lv_arc_set_mode(arc, LV_ARC_MODE_...)` and
82 :cpp:expr:`lv_arc_set_change_rate(arc, rate)`
89 :cpp:expr:`lv_arc_set_knob_offset(arc, offset_angle)`, and will only be visible if
97 - :cpp:expr:`lv_arc_set_start_angle(arc, start_angle)`
98 - :cpp:expr:`lv_arc_set_end_angle(arc, end_angle)`
99 - :cpp:expr:`lv_arc_set_angles(arc, start_angle, end_angle)`
107 To make the arc non-adjustable, remove the style of the knob and
112 lv_obj_remove_style(arc, NULL, LV_PART_KNOB);
113 lv_obj_remove_flag(arc, LV_OBJ_FLAG_CLICKABLE);
135 use :cpp:expr:`lv_arc_align_obj_to_angle(arc, widget_to_align, radius_offset)`.
138 :cpp:expr:`lv_arc_rotate_obj_to_angle(arc, widget_to_rotate, radius_offset)` can be
181 .. include:: ../../examples/widgets/arc/index.rst