ESPHome
2025.2.0
|
#include <lvgl_esphome.h>
Public Member Functions | |
LvglCondition (std::function< bool(Tc *)> &&condition_lambda) | |
bool | check (Ts... x) override |
![]() | |
bool | check_tuple (const std::tuple< Ts... > &tuple) |
Call check with a tuple of values as parameter. More... | |
![]() | |
Parented () | |
Parented (Tc *parent) | |
Tc * | get_parent () const |
Get the parent of this object. More... | |
void | set_parent (Tc *parent) |
Set the parent of this object. More... | |
Protected Attributes | |
std::function< bool(Tc *)> | condition_lambda_ {} |
![]() | |
Tc * | parent_ |
Additional Inherited Members | |
![]() | |
bool | check_tuple_ (const std::tuple< Ts... > &tuple, seq< S... >) |
Definition at line 260 of file lvgl_esphome.h.
|
inline |
Definition at line 262 of file lvgl_esphome.h.
|
inlineoverridevirtual |
Implements esphome::Condition< Ts... >.
Definition at line 263 of file lvgl_esphome.h.
|
protected |
Definition at line 266 of file lvgl_esphome.h.