ESPHome  2024.3.2
Public Member Functions | Protected Attributes
esphome::display::DisplayIsDisplayingPageCondition< Ts > Class Template Reference

#include <display.h>

Inheritance diagram for esphome::display::DisplayIsDisplayingPageCondition< Ts >:
esphome::Condition< Ts... >

Public Member Functions

 DisplayIsDisplayingPageCondition (Display *parent)
 
void set_page (DisplayPage *page)
 
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...
 

Protected Attributes

Displayparent_
 
DisplayPagepage_
 

Additional Inherited Members

- Protected Member Functions inherited from esphome::Condition< Ts... >
bool check_tuple_ (const std::tuple< Ts... > &tuple, seq< S... >)
 

Detailed Description

template<typename... Ts>
class esphome::display::DisplayIsDisplayingPageCondition< Ts >

Definition at line 705 of file display.h.

Constructor & Destructor Documentation

◆ DisplayIsDisplayingPageCondition()

Definition at line 707 of file display.h.

Member Function Documentation

◆ check()

template<typename... Ts>
bool esphome::display::DisplayIsDisplayingPageCondition< Ts >::check ( Ts...  x)
inlineoverridevirtual

Implements esphome::Condition< Ts... >.

Definition at line 710 of file display.h.

◆ set_page()

template<typename... Ts>
void esphome::display::DisplayIsDisplayingPageCondition< Ts >::set_page ( DisplayPage page)
inline

Definition at line 709 of file display.h.

Field Documentation

◆ page_

template<typename... Ts>
DisplayPage* esphome::display::DisplayIsDisplayingPageCondition< Ts >::page_
protected

Definition at line 714 of file display.h.

◆ parent_

template<typename... Ts>
Display* esphome::display::DisplayIsDisplayingPageCondition< Ts >::parent_
protected

Definition at line 713 of file display.h.


The documentation for this class was generated from the following file: