Searched refs:integer (Results 1 – 10 of 10) sorted by relevance
/lvgl-latest/docs/details/other-components/ |
D | observer.rst | 35 //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 …]
|
D | obj_property.rst | 162 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/ |
D | lv_obj_property.c | 58 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/ |
D | qrcode.rst | 29 - QR codes with less data are smaller, but they scaled by an integer
|
D | barcode.rst | 33 - The scale adjustment can only be an integer multiple, for example,
|
/lvgl-latest/docs/details/widgets/ |
D | spinbox.rst | 11 Spinbox contains an integer displayed as a decimal number with a possible fixed
|
/lvgl-latest/docs/details/main-components/ |
D | animation.rst | 16 method of varying a signed integer from a start value to an end value over a
|
/lvgl-latest/docs/details/base-widget/ |
D | coord.rst | 36 :pixels: Specify size as pixels: an integer value <
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style.rst | 241 - :cpp:member:`num`: for integer, boolean and opacity properties
|
/lvgl-latest/ |
D | Kconfig | 683 0: no adjustment, get the integer part of the result (round down)
|