Tramway SDK
Public Member Functions | Protected Attributes | List of all members
tram::Ext::Menu::Console Class Reference

#include <debug.h>

Inheritance diagram for tram::Ext::Menu::Console:
tram::Ext::Menu::Menu

Public Member Functions

 Console ()
 
uint32_t Layer ()
 
void Display ()
 
 ~Console ()
 
- Public Member Functions inherited from tram::Ext::Menu::Menu
virtual ~Menu ()=default
 

Protected Attributes

char * text = nullptr
 
int history_cursor = -1
 

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 *)
 

Constructor & Destructor Documentation

◆ Console()

tram::Ext::Menu::Console::Console ( )

◆ ~Console()

tram::Ext::Menu::Console::~Console ( )

Member Function Documentation

◆ Display()

void tram::Ext::Menu::Console::Display ( )
virtual

Implements tram::Ext::Menu::Menu.

◆ Layer()

uint32_t tram::Ext::Menu::Console::Layer ( )
inlinevirtual

Implements tram::Ext::Menu::Menu.

Member Data Documentation

◆ history_cursor

int tram::Ext::Menu::Console::history_cursor = -1
protected

◆ text

char* tram::Ext::Menu::Console::text = nullptr
protected

The documentation for this class was generated from the following files: