1#ifndef Ajax_ScreenMgr_Navigation_h_
2#define Ajax_ScreenMgr_Navigation_h_
47 virtual void pop(
unsigned count=1 ) noexcept = 0;
This class defines the interface - used by ScreenApi instances - to navigate to other screen instance...
Definition Navigation.h:27
virtual void popToHome() noexcept=0
This method clears the navigation stack and make the Home screen the active screen.
virtual bool isCurrentScreenHaltError() noexcept=0
This method returns true ONLY when the 'Halt-Error-Screen' is displayed.
virtual ScreenApi * getCurrentScreen() noexcept=0
Returns a pointer to the current screen.
virtual void popTo(ScreenApi &returnToScreen) noexcept=0
This method is similar to pop(), except is pops screen instances till there is match for 'returnToScr...
virtual void pop(unsigned count=1) noexcept=0
This method pops N-instances off of the navigation stack and make the last popped instance the curren...
virtual void push(ScreenApi &newScreen) noexcept=0
This method pushes the current active screen onto the navigation stack and makes the specified screen...
This class defines the interface for a 'Screen'.
Definition ScreenApi.h:31
The 'Ajax' namespace is the root name space all GM6000 application specific source code.