#include <select_call.h>
Definition at line 19 of file select_call.h.
◆ SelectCall()
| esphome::select::SelectCall::SelectCall |
( |
Select * | parent | ) |
|
|
inlineexplicit |
◆ __attribute__()
| esphome::select::SelectCall::__attribute__ |
( |
(always_inline) | | ) |
const |
|
protected |
◆ 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() [1/2]
| SelectCall & esphome::select::SelectCall::set_option |
( |
const char * | option | ) |
|
◆ set_option() [2/2]
| 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() [1/2]
| SelectCall & esphome::select::SelectCall::with_option |
( |
const char * | option | ) |
|
◆ with_option() [2/2]
| 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_
◆ parent_
| Select* const esphome::select::SelectCall::parent_ |
|
protected |
The documentation for this class was generated from the following files: