Lines Matching refs:is
27 size is the same as the indicator's width. Larger padding makes it
40 value is interpreted in a range (minimum and maximum values) which can
42 is 0..100.
44 The indicator Arc is drawn on the main part's Arc. This if the value is
52 Zero degrees is at the middle right (3 o'clock) of the Widget and the
67 - :cpp:enumerator:`LV_ARC_MODE_NORMAL` Indicator Arc is drawn clockwise from minimum to current val…
68 - :cpp:enumerator:`LV_ARC_MODE_REVERSE` Indicator Arc is drawn counter-clockwise
70 - :cpp:enumerator:`LV_ARC_MODE_SYMMETRICAL` Indicator Arc is drawn from middle point to current val…
73 has no effect until angle is set by :cpp:func:`lv_arc_set_value` or value of the Arc
74 is changed by pointer input (finger, mouse, etc.).
79 When the Arc's value is changed by pointer input (finger, mouse, etc.), the rate of
80 its change is limited according to its *change rate*. Change rate is defined in
90 :cpp:enumerator:`LV_PART_KNOB` is visible.
95 It is possible to set indicator angle directly with any of these functions:
118 By default :cpp:enumerator:`LV_OBJ_FLAG_ADV_HITTEST` is disabled which
119 means the Arc's whole area is interactive.
124 If :cpp:enumerator:`LV_OBJ_FLAG_ADV_HITTEST` is enabled the Arc will be sensitive only
127 Additionally, a tolerance of :cpp:expr:`lv_dpx(50)` pixels is applied to each angle, extending the
141 A typical use case is to call these functions in the ``VALUE_CHANGED``
150 - :cpp:enumerator:`LV_EVENT_VALUE_CHANGED` sent when Arc is pressed/dragged to