Tramway SDK
|
#include <system.h>
Public Member Functions | |
void | Display () |
uint32_t | Layer () |
~SystemMenu ()=default | |
![]() | |
virtual | ~Menu ()=default |
Additional Inherited Members | |
![]() | |
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.