ESPHome 2025.5.0
Loading...
Searching...
No Matches
esphome::display::DisplayOnPageChangeTrigger Class Reference

#include <display.h>

Inheritance diagram for esphome::display::DisplayOnPageChangeTrigger:
esphome::Trigger< DisplayPage *, DisplayPage * >

Public Member Functions

 DisplayOnPageChangeTrigger (Display *parent)
 
void process (DisplayPage *from, DisplayPage *to)
 
void set_from (DisplayPage *p)
 
void set_to (DisplayPage *p)
 
- Public Member Functions inherited from esphome::Trigger< DisplayPage *, DisplayPage * >
void trigger (Ts... x)
 Inform the parent automation that the event has triggered.
 
void set_automation_parent (Automation< Ts... > *automation_parent)
 
void stop_action ()
 Stop any action connected to this trigger.
 
bool is_action_running ()
 Returns true if any action connected to this trigger is running.
 

Protected Attributes

DisplayPagefrom_ {nullptr}
 
DisplayPageto_ {nullptr}
 
- Protected Attributes inherited from esphome::Trigger< DisplayPage *, DisplayPage * >
Automation< Ts... > * automation_parent_
 

Detailed Description

Definition at line 750 of file display.h.

Constructor & Destructor Documentation

◆ DisplayOnPageChangeTrigger()

esphome::display::DisplayOnPageChangeTrigger::DisplayOnPageChangeTrigger ( Display * parent)
inlineexplicit

Definition at line 752 of file display.h.

Member Function Documentation

◆ process()

void esphome::display::DisplayOnPageChangeTrigger::process ( DisplayPage * from,
DisplayPage * to )

Definition at line 662 of file display.cpp.

◆ set_from()

void esphome::display::DisplayOnPageChangeTrigger::set_from ( DisplayPage * p)
inline

Definition at line 754 of file display.h.

◆ set_to()

void esphome::display::DisplayOnPageChangeTrigger::set_to ( DisplayPage * p)
inline

Definition at line 755 of file display.h.

Field Documentation

◆ from_

DisplayPage* esphome::display::DisplayOnPageChangeTrigger::from_ {nullptr}
protected

Definition at line 758 of file display.h.

◆ to_

DisplayPage* esphome::display::DisplayOnPageChangeTrigger::to_ {nullptr}
protected

Definition at line 759 of file display.h.


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