1#ifndef Ajax_ScreenMgr_StaticScreenApi_h_
2#define Ajax_ScreenMgr_StaticScreenApi_h_
This class defines interface for Screens that only contain static data.
Definition StaticScreenApi.h:31
virtual void paint(Cpl::System::ElapsedTime::Precision_T currentElapsedTime) noexcept=0
This method requests the update/set/draw its screen contents.
virtual ~StaticScreenApi()
Virtual destructor.
Definition StaticScreenApi.h:39
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