26 #ifndef __TERRALIB_QT_AF_INTERNAL_SPLASHSCREENMANAGER_H 
   27 #define __TERRALIB_QT_AF_INTERNAL_SPLASHSCREENMANAGER_H 
   30 #include "../../common/Singleton.h" 
   34 #include <QtGui/QSplashScreen> 
   58           void showMessage(
const QString& message);
 
   73           void set(QSplashScreen* impl, 
int alignment = Qt::AlignLeft, 
const QColor& color = Qt::black);
 
   80           void setLogo(
const QPixmap& pix);
 
  108 #endif  // __TERRALIB_QT_AF_INTERNAL_SPLASHSCREENMANAGER_H 
Template support for singleton pattern. 
 
int m_msgAlignment
The alignment used to draw the message text. 
 
QSplashScreen * m_sc
A reference to the splash screen. 
 
Configuration flags for the TerraLib Application Framework. 
 
#define TEQTAFEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A singleton for holding he application splash screen. 
 
QColor m_msgColor
The color used to draw the message text.