Home
last modified time | relevance | path

Searched refs:indicator (Results 1 – 8 of 8) sorted by relevance

/lvgl-latest/examples/others/observer/
Dlv_example_observer_4.c54 lv_obj_t * indicator = lv_obj_create(footer); in lv_example_observer_4() local
55 lv_obj_remove_style(indicator, NULL, 0); in lv_example_observer_4()
56 lv_obj_set_style_bg_opa(indicator, LV_OPA_40, 0); in lv_example_observer_4()
57 lv_subject_add_observer_obj(&current_tab_subject, indicator_observer_cb, indicator, NULL); in lv_example_observer_4()
58 lv_obj_set_height(indicator, 10); in lv_example_observer_4()
59 lv_obj_align(indicator, LV_ALIGN_BOTTOM_LEFT, 0, 0); in lv_example_observer_4()
60 lv_obj_add_flag(indicator, LV_OBJ_FLAG_IGNORE_LAYOUT); in lv_example_observer_4()
63 lv_obj_update_layout(indicator); in lv_example_observer_4()
188 lv_obj_t * indicator = lv_observer_get_target(observer); in indicator_observer_cb() local
190 lv_obj_t * footer = lv_obj_get_parent(indicator); in indicator_observer_cb()
[all …]
/lvgl-latest/docs/details/widgets/
Dbar.rst11 The Bar Widget has a background and an indicator. The length of the
12 indicator against the background indicates the Bar's current value.
15 value other than the minimum value in its range changes the start position of the indicator.
25 background style properties <typical bg props>`. Adding padding makes the indicator
28 - :cpp:enumerator:`LV_PART_INDICATOR` The Bar's indicator; also uses the :ref:`typical
70 - :cpp:enumerator:`LV_BAR_MODE_SYMMETRICAL` Draws indicator from zero value to current value. Requi…
Darc.rst12 (indicator) can be touch-adjusted.
25 - :cpp:enumerator:`LV_PART_KNOB` Draws a handle on the end of the indicator using all
27 size is the same as the indicator's width. Larger padding makes it
44 The indicator Arc is drawn on the main part's Arc. This if the value is
45 set to maximum the indicator Arc will cover the entire "background" Arc.
92 Setting indicator programmatically
95 It is possible to set indicator angle directly with any of these functions:
Dswitch.rst25 background style properties <typical bg props>`. ``padding`` makes the indicator smaller
27 - :cpp:enumerator:`LV_PART_INDICATOR` The indicator that shows the current state of
30 side of the indicator; also uses the :ref:`typical background style properties
Dslider.rst25 the indicator smaller in the respective direction.
26 - :cpp:enumerator:`LV_PART_INDICATOR` The indicator that shows the current state of
75 - :cpp:enumerator:`LV_SLIDER_SYMMETRICAL` Draw the indicator from the zero value to
/lvgl-latest/docs/intro/
Dbasics.rst337 state. For example to use this style on the slider's indicator when the
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst288 - :cpp:expr:`LV_PART_INDICATOR | LV_STATE_PRESSED | LV_STATE_CHECKED` The indicator part when the W…
/lvgl-latest/docs/details/base-widget/
Dobj.rst429 :ref:`Slider <lv_slider>` uses the main, indicator and knob parts.