Model Railroad System
2.2.2
|
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... | |
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\>
|
inline |
Constructor.
The base constructor does nothing. It is presumed that a derived class might do something useful.
|
inlinevirtual |
Destructor.
The base destructor does nothing. It is presumed that a derived class might do something useful.
|
inlinevirtual |
Display the application supplied banner text.