1#ifndef Ajax_ScreenMgr_ScreenApi_h_
2#define Ajax_ScreenMgr_ScreenApi_h_
#define AjaxScreenMgrEvent_T
Application specific type for Events.
Definition Event.h:21
This class defines the interface for a 'Screen'.
Definition ScreenApi.h:31
virtual ~ScreenApi()
Virtual destructor.
Definition ScreenApi.h:79
virtual bool tick(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept=0
This method is used to notify the active screen that the Screen Managers 20Hz timer has expired (i....
virtual void dispatch(AjaxScreenMgrEvent_T event, Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept=0
This method is used to dispatch/forward a UI event to active screen.
virtual bool refresh(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept=0
This method requests the active screen to ensure the its screen contents are up to date.
virtual void exit(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept=0
This method is called as part of the sequence where the screen instance is no longer the active scree...
virtual void enter(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept=0
This method is called as part of making the screen the 'active' screen.
virtual void wake(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept=0
This method is used to inform the active screen that the display is about to be turned back on.
virtual void sleep(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept=0
This method is used to inform the active screen that the display has been 'turned off'.
The 'Ajax' namespace is the root name space all GM6000 application specific source code.
Data type for time in seconds with a 'fractional' millisecond precision.
Definition ElapsedTime.h:35