![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This class defines interface for Screens that only contain static data. More...
This class defines interface for Screens that only contain static data.
The expected usage for this class is for screen like a 'Splash' screen.
The current elapsed time (since power-up) is passed as argument to all of the calls.
#include <StaticScreenApi.h>
Public Member Functions | |
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. | |
|
inlinevirtual |
Virtual destructor.
|
pure virtualnoexcept |
This method requests the update/set/draw its screen contents.
Implemented in Ajax::ScreenMgr::MockStaticScreen, Ajax::Ui::Error::Screen, Ajax::Ui::Shutdown::Screen, and Ajax::Ui::Splash::Screen.