GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Public Member Functions
Ajax::ScreenMgr::StaticScreenApi Class Referenceabstract

This class defines interface for Screens that only contain static data. More...

Detailed Description

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>

Inheritance diagram for Ajax::ScreenMgr::StaticScreenApi:
[legend]

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.
 

Constructor & Destructor Documentation

◆ ~StaticScreenApi()

virtual Ajax::ScreenMgr::StaticScreenApi::~StaticScreenApi ( )
inlinevirtual

Virtual destructor.

Member Function Documentation

◆ paint()

virtual void Ajax::ScreenMgr::StaticScreenApi::paint ( Cpl::System::ElapsedTime::Precision_T  currentElapsedTime)
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.


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