i2c_oled sample
lv_keyboard_constructor()
is only used within i2c_oled 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
i2c_oled sample
lv_keyboard_constructor()
lv_keyboard_constructor() function
STATIC FUNCTIONS
Syntax
Show:
Summary
Declaration
Definition
from
lv_keyboard.c:31
static
void
lv_keyboard_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
Implemented in
lv_keyboard.c:373
Arguments
Argument
class_p
obj
Examples
References
from
examples
Code
Location
static
void
lv_keyboard_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
lv_keyboard.c:373
static
void
lv_keyboard_constructor
(
const
lv_obj_class_t
*
class_p
,
lv_obj_t
*
obj
)
;
lv_keyboard.c:31
.
constructor_cb
=
lv_keyboard_constructor
,
lv_keyboard.c:41
Call Tree
from
examples
lv_keyboard_constructor()
calls 5 functions:
All items filtered out
lv_keyboard_constructor()
lv_obj_align()
lv_obj_set_style_base_dir()
lv_obj_add_event_cb()
lv_obj_clear_flag()
lv_keyboard_update_map()
All items filtered out
Data Use
from
examples
lv_keyboard_constructor()
reads 6 variables and writes 3 variables:
lv_event_code_t::LV_EVENT_VALUE_CHANGED
::LV_ALIGN_BOTTOM_MID
::LV_OBJ_FLAG_CLICK_FOCUSABLE
::LV_BASE_DIR_LTR
::LV_KEYBOARD_MODE_TEXT_LOWER
lv_keyboard_def_event_cb()
All items filtered out
lv_keyboard_constructor()
lv_keyboard_t::ta
lv_keyboard_t::mode
lv_keyboard_t::popovers
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
lv_keyboard_constructor()
is implemented by 1 functions:
All items filtered out
lv_keyboard_constructor()
_lv_obj_class_t::constructor_cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out