|
Molybden
|
Public Member Functions | |
| StandardMenu (StandardMenuRole role, MenuItems items) | |
| StandardMenuRole | role () const |
Public Member Functions inherited from molybden::Menu | |
| MenuItems | items () const |
Public Member Functions inherited from molybden::MenuItem | |
| MenuItemType | type () const |
Static Public Member Functions | |
| static std::shared_ptr< StandardMenu > | create (StandardMenuRole role) |
| static std::shared_ptr< StandardMenu > | create (StandardMenuRole role, MenuItems items) |
| static std::shared_ptr< StandardMenu > | cast (std::shared_ptr< MenuItem > item) |
Additional Inherited Members | |
Protected Member Functions inherited from molybden::Menu | |
| Menu (MenuItemType type, MenuItems items) | |
Protected Member Functions inherited from molybden::MenuItem | |
| MenuItem (MenuItemType type) | |