26 #ifndef __TERRALIB_QT_AF_INTERNAL_SPLASHSCREENMANAGER_H    27 #define __TERRALIB_QT_AF_INTERNAL_SPLASHSCREENMANAGER_H    30 #include "../../common/Singleton.h"    34 #include <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);
   101           void finish(QWidget* w);
   122 #endif  // __TERRALIB_QT_AF_INTERNAL_SPLASHSCREENMANAGER_H QColor m_msgColor
The color used to draw the message text. 
 
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. 
 
int m_msgAlignment
The alignment used to draw the message text. 
 
QSplashScreen * m_sc
A reference to the splash screen. 
 
A singleton for holding the application splash screen. 
 
Template support for singleton pattern.