Model Railroad System 2.2.2
Public Member Functions | List of all members
FCFSupport::ShowBannerCallback Class Reference

Display a page heading type message on the screen. More...

#include <CallBack.h>

Public Member Functions

 ShowBannerCallback ()
 Constructor. More...
 
virtual ~ShowBannerCallback ()
 Destructor. More...
 
virtual void ShowBanner () const
 Display the application supplied banner text. More...
 

Detailed Description

Display a page heading type message on the screen.

This callback simply has the application display its banner text identifying itself. Usually called before a series of informational messages relating to the progress of the processing.

@author Robert Heller \<heller\@deepsoft.com\>

Constructor & Destructor Documentation

◆ ShowBannerCallback()

FCFSupport::ShowBannerCallback::ShowBannerCallback ( )
inline

Constructor.

The base constructor does nothing. It is presumed that a derived class might do something useful.

◆ ~ShowBannerCallback()

virtual FCFSupport::ShowBannerCallback::~ShowBannerCallback ( )
inlinevirtual

Destructor.

The base destructor does nothing. It is presumed that a derived class might do something useful.

Member Function Documentation

◆ ShowBanner()

virtual void FCFSupport::ShowBannerCallback::ShowBanner ( ) const
inlinevirtual

Display the application supplied banner text.