#include <elm_Menu.hpp>
pu::ui::elm::MenuItem::MenuItem |
( |
String |
Name | ) |
|
void pu::ui::elm::MenuItem::AddOnClick |
( |
std::function< void()> |
Callback, |
|
|
u64 |
Key = KEY_A |
|
) |
| |
std::function<void()> pu::ui::elm::MenuItem::GetCallback |
( |
i32 |
Index | ) |
|
i32 pu::ui::elm::MenuItem::GetCallbackCount |
( |
| ) |
|
u64 pu::ui::elm::MenuItem::GetCallbackKey |
( |
i32 |
Index | ) |
|
Color pu::ui::elm::MenuItem::GetColor |
( |
| ) |
|
std::string pu::ui::elm::MenuItem::GetIcon |
( |
| ) |
|
String pu::ui::elm::MenuItem::GetName |
( |
| ) |
|
bool pu::ui::elm::MenuItem::HasIcon |
( |
| ) |
|
void pu::ui::elm::MenuItem::SetColor |
( |
Color |
Color | ) |
|
void pu::ui::elm::MenuItem::SetIcon |
( |
std::string |
Icon | ) |
|
void pu::ui::elm::MenuItem::SetName |
( |
String |
Name | ) |
|
The documentation for this class was generated from the following file: