rgb_panel sample
lv_subject_get_group_element()
is only used within rgb_panel sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
rgb_panel sample
lv_subject_get_group_element()
lv_subject_get_group_element() function
Get an element from the subject group's list
Syntax
Show:
Summary
Declaration
Definition
from
lv_observer.h:214
lv_subject_t
*
lv_subject_get_group_element
(
lv_subject_t
*
subject
,
int32_t
index
)
;
Implemented in
lv_observer.c:285
Arguments
Argument
Description
subject
pointer to the subject
index
index of the element to get
Return value
pointer a subject from the list, or NULL if the index is out of bounds
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out