#include <lvgl_esphome.h>
Definition at line 300 of file lvgl_esphome.h.
◆ get_options()
std::vector<std::string> esphome::lvgl::LvSelectable::get_options |
( |
| ) |
|
|
inline |
◆ get_selected_index()
virtual size_t esphome::lvgl::LvSelectable::get_selected_index |
( |
| ) |
|
|
pure virtual |
◆ get_selected_text()
std::string esphome::lvgl::LvSelectable::get_selected_text |
( |
| ) |
|
◆ set_option_string()
virtual void esphome::lvgl::LvSelectable::set_option_string |
( |
const char * |
options | ) |
|
|
protectedpure virtual |
◆ set_options()
void esphome::lvgl::LvSelectable::set_options |
( |
std::vector< std::string > |
options | ) |
|
◆ set_selected_index()
virtual void esphome::lvgl::LvSelectable::set_selected_index |
( |
size_t |
index, |
|
|
lv_anim_enable_t |
anim |
|
) |
| |
|
pure virtual |
◆ set_selected_text()
void esphome::lvgl::LvSelectable::set_selected_text |
( |
const std::string & |
text, |
|
|
lv_anim_enable_t |
anim |
|
) |
| |
◆ options_
std::vector<std::string> esphome::lvgl::LvSelectable::options_ {} |
|
protected |
The documentation for this class was generated from the following files: