Home
last modified time | relevance | path

Searched refs:integer (Results 1 – 10 of 10) sorted by relevance

/lvgl-latest/docs/details/other-components/
Dobserver.rst35 //Initialize the subject as integer with the default value of 10
254 Set a Widget flag if an integer subject's value is equal to a reference value, clear the flag other…
260 Set a Widget flag if an integer subject's value is not equal to a reference value, clear the flag o…
266 Set a Widget state if an integer subject's value is equal to a reference value, clear the flag othe…
272 Set a Widget state if an integer subject's value is not equal to a reference value, clear the flag …
278 Set an integer subject to 1 when a Widget is checked and set it 0 when unchecked.
287 Bind an integer, string, or pointer (pointing to a string) subject to a label.
299 Bind an integer subject to an arc's value.
308 Bind an integer subject to a slider's value
317 Bind an integer subject to a roller's value
[all …]
Dobj_property.rst162 all possible property types including integer, pointer and color. The ``value``
174 int32_t num; /**< Signed integer number (enums or "normal" numbers) */
175 uint32_t num_u; /**< Unsigned integer number (opacity, Booleans) */
/lvgl-latest/src/core/
Dlv_obj_property.c58 typedef int32_t integer; typedef
72 DEFINE_PROPERTY_SETTER_TYPES(integer);
81 typedef integer(*lv_property_get_integer_t)(const lv_obj_t *);
292 HANDLE_PROPERTY_TYPE(integer, num); in obj_property()
/lvgl-latest/docs/details/libs/
Dqrcode.rst29 - QR codes with less data are smaller, but they scaled by an integer
Dbarcode.rst33 - The scale adjustment can only be an integer multiple, for example,
/lvgl-latest/docs/details/widgets/
Dspinbox.rst11 Spinbox contains an integer displayed as a decimal number with a possible fixed
/lvgl-latest/docs/details/main-components/
Danimation.rst16 method of varying a signed integer from a start value to an end value over a
/lvgl-latest/docs/details/base-widget/
Dcoord.rst36 :pixels: Specify size as pixels: an integer value <
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst241 - :cpp:member:`num`: for integer, boolean and opacity properties
/lvgl-latest/
DKconfig683 0: no adjustment, get the integer part of the result (round down)