|
Tramway SDK v0.1.1
|
#include <system.h>
Public Member Functions | |
| void | Display () |
| uint32_t | Layer () |
| ~SystemMenu ()=default | |
Public Member Functions inherited from tram::Ext::Menu::Menu | |
| virtual | ~Menu ()=default |
Additional Inherited Members | |
Static Public Member Functions inherited from tram::Ext::Menu::Menu | |
| static void | Push (Menu *) |
| Pushes menu on the menu stack. More... | |
| static bool | Pop () |
| Pops the topmost menu from the stack. More... | |
| static bool | Empty () |
| Checks whether the menu stack is empty. More... | |
| static void | Clear () |
| Clears the menu stack. More... | |
| static void | Add (Menu *) |
| static void | Remove (Menu *) |
|
default |
|
virtual |
Implements tram::Ext::Menu::Menu.
|
inlinevirtual |
Implements tram::Ext::Menu::Menu.