i2c_oled sample
LV_STYLE_PROP_LAYOUT_REFR
is only used within i2c_oled sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2c_oled sample
LV_STYLE_PROP_LAYOUT_REFR
LV_STYLE_PROP_LAYOUT_REFR macro
Syntax
Show:
Summary
Declaration
from
lv_style.h:41
#define
LV_STYLE_PROP_LAYOUT_REFR
(
1
<
<
2
)
Examples
References
from
examples
Code
Location
#define
LV_STYLE_PROP_LAYOUT_REFR
(
1
<
<
2
)
/*Requires layout update when changed*/
lv_style.h:41
LV_STYLE_FLEX_MAIN_PLACE
=
lv_style_register_prop
(
LV_STYLE_PROP_LAYOUT_REFR
)
;
lv_flex.c:97
LV_STYLE_FLEX_CROSS_PLACE
=
lv_style_register_prop
(
LV_STYLE_PROP_LAYOUT_REFR
)
;
lv_flex.c:98
LV_STYLE_FLEX_TRACK_PLACE
=
lv_style_register_prop
(
LV_STYLE_PROP_LAYOUT_REFR
)
;
lv_flex.c:99
LV_STYLE_GRID_COLUMN_DSC_ARRAY
=
lv_style_register_prop
(
LV_STYLE_PROP_LAYOUT_REFR
)
;
lv_grid.c:134
LV_STYLE_GRID_ROW_DSC_ARRAY
=
lv_style_register_prop
(
LV_STYLE_PROP_LAYOUT_REFR
)
;
lv_grid.c:135
LV_STYLE_GRID_COLUMN_ALIGN
=
lv_style_register_prop
(
LV_STYLE_PROP_LAYOUT_REFR
)
;
lv_grid.c:136
LV_STYLE_GRID_ROW_ALIGN
=
lv_style_register_prop
(
LV_STYLE_PROP_LAYOUT_REFR
)
;
lv_grid.c:137
LV_STYLE_GRID_CELL_ROW_SPAN
=
lv_style_register_prop
(
LV_STYLE_PROP_LAYOUT_REFR
)
;
lv_grid.c:139
LV_STYLE_GRID_CELL_ROW_POS
=
lv_style_register_prop
(
LV_STYLE_PROP_LAYOUT_REFR
)
;
lv_grid.c:140
LV_STYLE_GRID_CELL_COLUMN_SPAN
=
lv_style_register_prop
(
LV_STYLE_PROP_LAYOUT_REFR
)
;
lv_grid.c:141
LV_STYLE_GRID_CELL_COLUMN_POS
=
lv_style_register_prop
(
LV_STYLE_PROP_LAYOUT_REFR
)
;
lv_grid.c:142
LV_STYLE_GRID_CELL_X_ALIGN
=
lv_style_register_prop
(
LV_STYLE_PROP_LAYOUT_REFR
)
;
lv_grid.c:143
LV_STYLE_GRID_CELL_Y_ALIGN
=
lv_style_register_prop
(
LV_STYLE_PROP_LAYOUT_REFR
)
;
lv_grid.c:144
bool
is_layout_refr
=
lv_style_prop_has_flag
(
prop
,
LV_STYLE_PROP_LAYOUT_REFR
)
;
lv_obj_style.c:177
[
LV_STYLE_WIDTH
]
=
LV_STYLE_PROP_LAYOUT_REFR
,
lv_style.c:39
[
LV_STYLE_MIN_WIDTH
]
=
LV_STYLE_PROP_LAYOUT_REFR
,
lv_style.c:40
[
LV_STYLE_MAX_WIDTH
]
=
LV_STYLE_PROP_LAYOUT_REFR
,
lv_style.c:41
[
LV_STYLE_HEIGHT
]
=
LV_STYLE_PROP_LAYOUT_REFR
,
lv_style.c:42
[
LV_STYLE_MIN_HEIGHT
]
=
LV_STYLE_PROP_LAYOUT_REFR
,
lv_style.c:43
[
LV_STYLE_MAX_HEIGHT
]
=
LV_STYLE_PROP_LAYOUT_REFR
,
lv_style.c:44
[
LV_STYLE_X
]
=
LV_STYLE_PROP_LAYOUT_REFR
,
lv_style.c:45
[
LV_STYLE_Y
]
=
LV_STYLE_PROP_LAYOUT_REFR
,
lv_style.c:46
[
LV_STYLE_ALIGN
]
=
LV_STYLE_PROP_LAYOUT_REFR
,
lv_style.c:47
[
LV_STYLE_TRANSLATE_X
]
=
LV_STYLE_PROP_LAYOUT_REFR
|
LV_STYLE_PROP_PARENT_LAYOUT_REFR
,
lv_style.c:50
[
LV_STYLE_TRANSLATE_Y
]
=
LV_STYLE_PROP_LAYOUT_REFR
|
LV_STYLE_PROP_PARENT_LAYOUT_REFR
,
lv_style.c:51
[
LV_STYLE_PAD_TOP
]
=
LV_STYLE_PROP_EXT_DRAW
|
LV_STYLE_PROP_LAYOUT_REFR
,
lv_style.c:55
[
LV_STYLE_PAD_BOTTOM
]
=
LV_STYLE_PROP_EXT_DRAW
|
LV_STYLE_PROP_LAYOUT_REFR
,
lv_style.c:56
[
LV_STYLE_PAD_LEFT
]
=
LV_STYLE_PROP_EXT_DRAW
|
LV_STYLE_PROP_LAYOUT_REFR
,
lv_style.c:57
[
LV_STYLE_PAD_RIGHT
]
=
LV_STYLE_PROP_EXT_DRAW
|
LV_STYLE_PROP_LAYOUT_REFR
,
lv_style.c:58
[
LV_STYLE_PAD_ROW
]
=
LV_STYLE_PROP_EXT_DRAW
|
LV_STYLE_PROP_LAYOUT_REFR
,
lv_style.c:59
[
LV_STYLE_PAD_COLUMN
]
=
LV_STYLE_PROP_EXT_DRAW
|
LV_STYLE_PROP_LAYOUT_REFR
,
lv_style.c:60
[
LV_STYLE_BORDER_WIDTH
]
=
LV_STYLE_PROP_LAYOUT_REFR
,
lv_style.c:79
[
LV_STYLE_TEXT_FONT
]
=
LV_STYLE_PROP_INHERIT
|
LV_STYLE_PROP_LAYOUT_REFR
,
lv_style.c:114
[
LV_STYLE_TEXT_LETTER_SPACE
]
=
LV_STYLE_PROP_INHERIT
|
LV_STYLE_PROP_LAYOUT_REFR
,
lv_style.c:115
[
LV_STYLE_TEXT_LINE_SPACE
]
=
LV_STYLE_PROP_INHERIT
|
LV_STYLE_PROP_LAYOUT_REFR
,
lv_style.c:116
[
LV_STYLE_TEXT_ALIGN
]
=
LV_STYLE_PROP_INHERIT
|
LV_STYLE_PROP_LAYOUT_REFR
,
lv_style.c:118
[
LV_STYLE_LAYOUT
]
=
LV_STYLE_PROP_LAYOUT_REFR
,
lv_style.c:129
[
LV_STYLE_BASE_DIR
]
=
LV_STYLE_PROP_INHERIT
|
LV_STYLE_PROP_LAYOUT_REFR
,
lv_style.c:130
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