Home
last modified time | relevance | path

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

/lvgl-latest/docs/_ext/
Dlv_example.py40 toggle = nodes.container('', literal_block=False, classes=['toggle'])
41 header = nodes.container('', literal_block=False, classes=['header'])
/lvgl-latest/docs/details/integration/os/yocto/
Dcore_components.rst101 The "`Classes <https://docs.yoctoproject.org/ref-manual/classes.
102 html#classes>`_" chapter in the Yocto Project
103 Reference Manual provides details about classes and how to use them.
/lvgl-latest/scripts/
Dcode-format.cfg3 --indent-classes
/lvgl-latest/docs/
Ddoc_builder.py483 self.classes = []
1134 classes = {} variable
1140 if name in classes:
1141 self.__dict__.update(classes[name].__dict__)
1144 classes[name] = self
DDoxyfile143 # operators of the base classes will not be shown.
316 # classes, or namespaces to their corresponding documentation. Such a link can
323 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
326 # definitions whose arguments contain STL classes (e.g. func(std::string);
328 # diagrams that involve STL classes more complete and accurate.
341 # will parse them like normal C++ but will assume all classes use public instead
381 # When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
392 # When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
396 # to NO, structs, classes, and unions are shown on a separate page (for HTML and
458 # If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
[all …]
/lvgl-latest/docs/details/other-components/
Dxml.rst56 - Built from classes.
/lvgl-latest/docs/details/base-widget/styles/
Dstyle.rst128 This is much like in CSS when used classes are listed like
576 .. _pseudo-classes:
/lvgl-latest/docs/details/integration/bindings/
Dmicropython.rst31 `machine module <https://docs.micropython.org/en/latest/library/machine.html#classes>`__