GM6000 Digital Heater Controller Branch: main
SDX-1330
Classes
Ajax::ScreenMgr Namespace Reference

The 'ScreenMgr' namespace is the root name for a Screen Manager. More...

Detailed Description

The 'ScreenMgr' namespace is the root name for a Screen Manager.

A Screen Manager is responsible for displaying the active screen and providing navigation between screens. The Screen manager is independent of the Graphic library used to actualy draw the screens.

Classes

class  Api
 This class implements the Screen Manager. More...
 
class  DisplayApi
 This class defines the Screen Manager's interface to Graphic library. More...
 
class  MockScreen
 This class implements a 'Mock' ScreenApi instances. More...
 
class  MockStaticScreen
 This class implements a 'Mock' StaticScreenApi instances. More...
 
class  MpScreenApiPtr
 This class provides a concrete implementation for a Point who's data is a ScreenApi pointer. More...
 
class  MpStaticScreenApiPtr
 This class provides a concrete implementation for a Point who's data is a StaticScreenApi pointer. More...
 
class  Navigation
 This class defines the interface - used by ScreenApi instances - to navigate to other screen instances. More...
 
class  ScreenApi
 This class defines the interface for a 'Screen'. More...
 
class  StaticScreenApi
 This class defines interface for Screens that only contain static data. More...