Home
last modified time | relevance | path

Searched refs:Get (Results 1 – 25 of 27) sorted by relevance

12

/lvgl-latest/docs/
Dindex.rst16 …<a href="intro/introduction.html"><img class="home-img" src="_static/img/home_1.png" alt="Get fami…
18 …html#going-deeper"><img class="home-img" src="_static/img/home_3.png" alt="Get your feet wet with …
DCONTRIBUTING.rst15 afraid of. A friendly and helpful community is waiting for you. Get to
/lvgl-latest/docs/details/integration/os/buildroot/
Dquick_setup.rst9 Get the repository
Dimage_generation.rst31 Get Buildroot
/lvgl-latest/src/libs/thorvg/rapidjson/
Ddocument.h524 static bool Get(const ValueType& v) { return v.GetBool(); }
532 static int Get(const ValueType& v) { return v.GetInt(); }
540 static unsigned Get(const ValueType& v) { return v.GetUint(); }
550 static long Get(const ValueType& v) { return v.GetInt(); }
559 static unsigned long Get(const ValueType& v) { return v.GetUint(); }
568 static int64_t Get(const ValueType& v) { return v.GetInt64(); }
576 static uint64_t Get(const ValueType& v) { return v.GetUint64(); }
584 static double Get(const ValueType& v) { return v.GetDouble(); }
592 static float Get(const ValueType& v) { return v.GetFloat(); }
601 static StringType Get(const ValueType& v) { return v.GetString(); }
[all …]
Duri.h54 const Ch* u = uri.template Get<const Ch*>(); // TypeHelper from document.h in uri_()
99 template<typename T> void Get(T& uri, Allocator& allocator) { in Get() function
119 …static String Get(const GenericUri& uri) { return String(uri.GetString(), uri.GetStringLength()); } in Get() function
Dpointer.h595 ValueType* Get(ValueType& root, size_t* unresolvedTokenIndex = 0) const {
630 const ValueType* Get(const ValueType& root, size_t* unresolvedTokenIndex = 0) const {
631 return Get(const_cast<ValueType&>(root), unresolvedTokenIndex);
1198 return pointer.Get(root, unresolvedTokenIndex);
1203 return pointer.Get(root, unresolvedTokenIndex);
1208 return GenericPointer<typename T::ValueType>(source, N - 1).Get(root, unresolvedTokenIndex);
1213 return GenericPointer<typename T::ValueType>(source, N - 1).Get(root, unresolvedTokenIndex);
Dschema.h1282 static const ValueType& Get##name##String() {\
1881 else if (const ValueType* v = pointer.Get(document)) {
2052 static const StringRefType& Get##name##String() {\
2270 if (const ValueType *pv = relPointer.Get(*base)) {
2780 static const StringRefType& Get##name##String() {\
/lvgl-latest/docs/details/base-widget/
Devent.rst136 - :cpp:enumerator:`LV_EVENT_GESTURE`: A gesture is detected. Get the gesture with :cpp:expr:`lv_in…
137 - :cpp:enumerator:`LV_EVENT_KEY`: A key is sent to Widget. Get the key with :cpp:expr:`lv_indev_ge…
150 - :cpp:enumerator:`LV_EVENT_REFR_EXT_DRAW_SIZE`: Get the required extra draw area around Widget (e…
183 - :cpp:enumerator:`LV_EVENT_GET_SELF_SIZE`: Get the internal size of a widget
Dobj.rst561 - :cpp:enumerator:`LV_EVENT_GESTURE` A gesture is detected. Get gesture with `lv_inde…
562 - :cpp:enumerator:`LV_EVENT_KEY` A key is sent to Widget. Get key with `lv_indev_…
591 - :cpp:enumerator:`LV_EVENT_GET_SELF_SIZE` Get internal size of a widget
/lvgl-latest/env_support/cmsis-pack/
Dlv_cmsis_pack.txt126 * Get the elapsed milliseconds since start up from perf_counter
/lvgl-latest/docs/details/widgets/
Ddropdown.rst58 lv_obj_t * list = lv_dropdown_get_list(dropdown) /* Get list */
93 Get selected option
Droller.rst63 Get selected option
Dlottie.rst82 Get the animation
/lvgl-latest/tests/src/test_files/fonts/noto/
DREADME.txt25 Get started
/lvgl-latest/docs/details/other-components/
Dobserver.rst103 Get subject's value
115 Get subject's previous value
/lvgl-latest/
DREADME.md25 <a href="https://forum.lvgl.io" title="Get help and help others">Forum</a> |
417 ## :arrow_forward: Get started
420 **Get Familiar with LVGL**
424 …3. Get familiar with the basics on the [Quick overview](https://docs.lvgl.io/master/intro/basics.h…
437 **Get Help and Help Others**
/lvgl-latest/docs/details/integration/renderers/
Dnema_gfx.rst11 Get Started with the Riverdi STM32U5 5-inch Display
/lvgl-latest/docs/details/integration/framework/
Darduino.rst14 Get the LVGL Arduino library
/lvgl-latest/docs/details/main-components/
Dindev.rst253 data->key = last_key(); /* Get the last pressed or released key */
442 data->key = last_key(); /* Get the last pressed or released key */
477 int btn_pr = my_btn_read(); /* Get the ID (0,1,2...) of the pressed button */
Dfont.rst499 /* Get info about glyph of `unicode_letter` in `font` font.
521 /* Get the bitmap of `unicode_letter` from `font`. */
/lvgl-latest/docs/details/integration/chip/
Drenesas.rst93 Get started with the Renesas ecosystem
Dalif.rst179 Get to the "Manage Solution" view from the CMSIS Solution extension. You can reach
/lvgl-latest/docs/details/integration/os/
Dtorizon_os.rst198 Get the IP address of the development host and open a remote shell on the device.
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst195 Initialize Styles and Set/Get Properties
348 Get a style property's value on a Widget

12