|
| CustomMenuItem (std::string title, CustomMenuItemAction action, bool enabled=true) |
|
int32_t | id () const |
|
std::string | title () const |
|
void | setEnabled (bool enabled) |
|
bool | isEnabled () const |
|
CustomMenuItemAction | action () const |
|
|
static std::shared_ptr< CustomMenuItem > | create (std::string title, CustomMenuItemAction action, bool enabled=true) |
|
static std::shared_ptr< CustomMenuItem > | cast (std::shared_ptr< MenuItem > item) |
|
static std::shared_ptr< CustomMenuItem > | fromId (int32_t id) |
|
|
| CustomMenuItem (MenuItemType type, std::string title, CustomMenuItemAction action, bool enabled=true) |
|
The documentation for this class was generated from the following file: