|
| MenuItemOption (const std::string &name, std::function< void(const MenuItemOption &)> on_apply) |
|
| MenuItemOption (const std::string &label, const std::vector< std::string > &values, std::function< void(const MenuItemOption &)> on_apply) |
|
void | UpdateName () |
|
void | Activate () override |
|
void | CursorLeft (bool is_repeat) override |
|
void | CursorRight (bool is_repeat) override |
|
|
std::string | label |
|
std::vector< std::string > | values |
|
uint32_t | current_option = 0 |
|
std::function< void(const MenuItemOption &)> | on_apply |
|
◆ Activate()
void MenuItemOption::Activate |
( |
| ) |
|
|
overridevirtual |
◆ CursorLeft()
void MenuItemOption::CursorLeft |
( |
bool |
is_repeat | ) |
|
|
overridevirtual |
◆ CursorRight()
void MenuItemOption::CursorRight |
( |
bool |
is_repeat | ) |
|
|
overridevirtual |
The documentation for this struct was generated from the following file: