|
MōBrowser API
|
Public Member Functions | |
| CustomMenu (std::string title, MenuItems items) | |
| int32_t | id () const |
| std::string | title () const |
| void | setTitle (const std::string &title) |
Public Member Functions inherited from mobrowser::Menu | |
| MenuItems | items () const |
Public Member Functions inherited from mobrowser::MenuItem | |
| MenuItemType | type () const |
Static Public Member Functions | |
| static std::shared_ptr< CustomMenu > | create (MenuItems items) |
| static std::shared_ptr< CustomMenu > | create (std::string title, MenuItems items) |
| static std::shared_ptr< CustomMenu > | cast (std::shared_ptr< MenuItem > item) |
| static std::shared_ptr< CustomMenu > | fromId (int32_t id) |
Additional Inherited Members | |
Protected Member Functions inherited from mobrowser::Menu | |
| Menu (MenuItemType type, MenuItems items) | |
Protected Member Functions inherited from mobrowser::MenuItem | |
| MenuItem (MenuItemType type) | |