Searched refs:classes (Results 1 – 8 of 8) sorted by relevance
/lvgl-latest/docs/_ext/ |
D | lv_example.py | 40 toggle = nodes.container('', literal_block=False, classes=['toggle']) 41 header = nodes.container('', literal_block=False, classes=['header'])
|
/lvgl-latest/docs/details/integration/os/yocto/ |
D | core_components.rst | 101 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/ |
D | code-format.cfg | 3 --indent-classes
|
/lvgl-latest/docs/ |
D | doc_builder.py | 483 self.classes = [] 1134 classes = {} variable 1140 if name in classes: 1141 self.__dict__.update(classes[name].__dict__) 1144 classes[name] = self
|
D | Doxyfile | 143 # 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/ |
D | xml.rst | 56 - Built from classes.
|
/lvgl-latest/docs/details/base-widget/styles/ |
D | style.rst | 128 This is much like in CSS when used classes are listed like 576 .. _pseudo-classes:
|
/lvgl-latest/docs/details/integration/bindings/ |
D | micropython.rst | 31 `machine module <https://docs.micropython.org/en/latest/library/machine.html#classes>`__
|