#include <select_call.h>
Definition at line 20 of file select_call.h.
◆ SelectCall()
esphome::select::SelectCall::SelectCall |
( |
Select * |
parent | ) |
|
|
inlineexplicit |
◆ perform()
void esphome::select::SelectCall::perform |
( |
| ) |
|
◆ select_first()
SelectCall & esphome::select::SelectCall::select_first |
( |
| ) |
|
◆ select_last()
SelectCall & esphome::select::SelectCall::select_last |
( |
| ) |
|
◆ select_next()
SelectCall & esphome::select::SelectCall::select_next |
( |
bool |
cycle | ) |
|
◆ select_previous()
SelectCall & esphome::select::SelectCall::select_previous |
( |
bool |
cycle | ) |
|
◆ set_index()
SelectCall & esphome::select::SelectCall::set_index |
( |
size_t |
index | ) |
|
◆ set_option()
SelectCall & esphome::select::SelectCall::set_option |
( |
const std::string & |
option | ) |
|
◆ with_cycle()
SelectCall & esphome::select::SelectCall::with_cycle |
( |
bool |
cycle | ) |
|
◆ with_index()
SelectCall & esphome::select::SelectCall::with_index |
( |
size_t |
index | ) |
|
◆ with_operation()
◆ with_option()
SelectCall & esphome::select::SelectCall::with_option |
( |
const std::string & |
option | ) |
|
◆ cycle_
bool esphome::select::SelectCall::cycle_ |
|
protected |
◆ index_
optional<size_t> esphome::select::SelectCall::index_ |
|
protected |
◆ operation_
◆ option_
optional<std::string> esphome::select::SelectCall::option_ |
|
protected |
◆ parent_
Select* const esphome::select::SelectCall::parent_ |
|
protected |
The documentation for this class was generated from the following files: