public abstract

Inheritance Graph

graph BT
	SplashScreen
	click SplashScreen "classUtil_1_1UI_1_1SplashScreen"

Description

Abstract base class for all splash screens.

Author: Benjamin Eikel

Date: 2010-08-23

Protected Attributes

   
   
std::string errorMessage
Storage of error message.

Public Functions

   
   
  ~SplashScreen()
Destroy the splash screen and free the allocated resources.
   
void showMessage(const std::string & message)
Display a message on the splash screen.
   
void removeMessage()
Remove an existing message from the splash screen.

Protected Functions

   
   
  SplashScreen()
Set internal variables.

Documentation

variable
Util::UI::SplashScreen::errorMessage

protected
 
 
std::string errorMessage

Storage of error message.

Defined in Util/UI/SplashScreen.h:44


function
Util::UI::SplashScreen::~SplashScreen

public inline virtual
   
   
~SplashScreen( )

Destroy the splash screen and free the allocated resources.

Defined in Util/UI/SplashScreen.h:34


function
Util::UI::SplashScreen::showMessage

public virtual
     
     
void showMessage( const std::string & message )

Display a message on the splash screen.

Defined in Util/UI/SplashScreen.h:37


function
Util::UI::SplashScreen::removeMessage

public virtual
   
   
void removeMessage( )

Remove an existing message from the splash screen.

Defined in Util/UI/SplashScreen.h:40


function
Util::UI::SplashScreen::SplashScreen

protected
   
   
SplashScreen( )

Set internal variables.

Defined in Util/UI/SplashScreen.h:47