|
ESPHome 2025.12.0-dev
|
#include <lvgl_esphome.h>
Public Member Functions | |
| LvglCondition (std::function< bool(Tc *)> &&condition_lambda) | |
| bool | check (const 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. | |
Public Member Functions inherited from esphome::Parented< Tc > | |
| Parented () | |
| Parented (Tc *parent) | |
| Tc * | get_parent () const |
| Get the parent of this object. | |
| void | set_parent (Tc *parent) |
| Set the parent of this object. | |
Protected Attributes | |
| std::function< bool(Tc *)> | condition_lambda_ {} |
Protected Attributes inherited from esphome::Parented< Tc > | |
| Tc * | 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 272 of file lvgl_esphome.h.
|
inline |
Definition at line 274 of file lvgl_esphome.h.
|
inlineoverridevirtual |
Implements esphome::Condition< Ts... >.
Definition at line 275 of file lvgl_esphome.h.
|
protected |
Definition at line 278 of file lvgl_esphome.h.