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