i80_controller sample
lv_base_dir_t
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_base_dir_t
lv_base_dir_t enum
Syntax
Show:
Summary
Declaration
from
lv_bidi.h:31
enum
{
LV_BASE_DIR_LTR
=
0x00
,
LV_BASE_DIR_RTL
=
0x01
,
LV_BASE_DIR_AUTO
=
0x02
,
LV_BASE_DIR_NEUTRAL
=
0x20
,
LV_BASE_DIR_WEAK
=
0x21
,
}
;
Values
Value
Declared as
lv_base_dir_t::LV_BASE_DIR_LTR
=
0x00
lv_base_dir_t::LV_BASE_DIR_RTL
=
0x01
lv_base_dir_t::LV_BASE_DIR_AUTO
=
0x02
lv_base_dir_t::LV_BASE_DIR_NEUTRAL
=
0x20
lv_base_dir_t::LV_BASE_DIR_WEAK
=
0x21
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
lv_bidi.h:31
}
lv_base_dir_t
;
lv_bidi.h:38
lv_base_dir_t
base_dir
=
lv_obj_get_style_base_dir
(
obj
,
LV_PART_MAIN
)
;
lv_bar.c:397
draw_indic()
}
lv_base_dir_t
;
lv_bidi.h:38
lv_base_dir_t
static
inline
void
lv_bidi_calculate_align
(
lv_text_align_t
*
align
,
lv_base_dir_t
*
base_dir
,
const
char
*
txt
)
lv_bidi.h:71
lv_bidi_calculate_align()
lv_bidi_calculate_align()::base_dir
lv_base_dir_t
base_dir
=
lv_obj_get_style_base_dir
(
obj
,
LV_PART_MAIN
)
;
lv_buttonmatrix.c:110
lv_buttonmatrix_set_map()
lv_base_dir_t
base_dir
=
dsc
->
bidi_dir
;
lv_draw_label.c:161
lv_draw_label_iterate_characters()
lv_base_dir_t
bidi_dir
;
lv_draw_label.h:47
lv_draw_label_dsc_t
lv_draw_label_dsc_t::bidi_dir
lv_base_dir_t
base_dir
=
lv_obj_get_style_base_dir
(
obj
,
part
)
;
lv_obj_style.c:573
lv_obj_calculate_style_text_align()
void
lv_obj_set_style_base_dir
(
lv_obj_t
*
obj
,
lv_base_dir_t
value
,
lv_style_selector_t
selector
)
lv_obj_style_gen.c:749
lv_obj_set_style_base_dir()
lv_obj_set_style_base_dir()::value
static
inline
lv_base_dir_t
lv_obj_get_style_base_dir
(
const
lv_obj_t
*
obj
,
lv_part_t
part
)
lv_obj_style_gen.h:640
lv_obj_get_style_base_dir()
return
(
lv_base_dir_t
)
v
.
num
;
lv_obj_style_gen.h:643
lv_obj_get_style_base_dir()
void
lv_obj_set_style_base_dir
(
lv_obj_t
*
obj
,
lv_base_dir_t
value
,
lv_style_selector_t
selector
)
;
lv_obj_style_gen.h:846
lv_obj_set_style_base_dir()
lv_obj_set_style_base_dir()::value
void
lv_style_set_base_dir
(
lv_style_t
*
style
,
lv_base_dir_t
value
)
lv_style_gen.c:749
lv_style_set_base_dir()
lv_style_set_base_dir()::value
void
lv_style_set_base_dir
(
lv_style_t
*
style
,
lv_base_dir_t
value
)
;
lv_style_gen.h:109
lv_style_set_base_dir()
lv_style_set_base_dir()::value
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
Instance
Scope
Location
Project
lv_bidi_calculate_align()::base_dir
lv_bidi_calculate_align()
lv_bidi.h:71
lv_style_set_base_dir()::value
lv_style_set_base_dir()
lv_style_gen.h:109
return
lv_obj_get_style_base_dir()
lv_obj_style_gen.h:640
lv_obj_set_style_base_dir()::value
lv_obj_set_style_base_dir()
lv_obj_style_gen.h:846
lv_draw_label_dsc_t::bidi_dir
lv_draw_label_dsc_t
lv_draw_label.h:47
lv_obj_set_style_base_dir()::value
lv_obj_set_style_base_dir()
lv_obj_style_gen.c:749
lv_style_set_base_dir()::value
lv_style_set_base_dir()
lv_style_gen.c:749
Lifecycle
from
examples
All items filtered out
All items filtered out