|
Code_TYMPAN
4.4.0
Industrial site acoustic simulation
|
#include <OSplashScreen.h>


Public Member Functions | |
| OSplashScreen (const QPixmap &pixmap, const QString &msgText) | |
| Constructeur par defaut. More... | |
| virtual | ~OSplashScreen () |
| Destructeur. More... | |
| void | setStatus (const QString &message, int alignment=Qt::AlignLeft, const QColor &color=Qt::black) |
| Affiche un nouveau message indiquant le status de l'application. More... | |
| void | finish (QWidget *pMainWin) |
| Indique que le chargement de l'application est termine. More... | |
| void | repaint () |
| Mise a jour. More... | |
Protected Member Functions | |
| void | mousePressEvent (QMouseEvent *pEvent) |
Private Attributes | |
| QPixmap | _pix |
| L'image du splash screen. More... | |
| QLabel * | _msgLabel |
Splash screen widget.
Definition at line 32 of file OSplashScreen.h.
| OSplashScreen::OSplashScreen | ( | const QPixmap & | pixmap, |
| const QString & | msgText | ||
| ) |
Constructeur par defaut.
Definition at line 36 of file OSplashScreen.cpp.

|
virtual |
Destructeur.
Definition at line 61 of file OSplashScreen.cpp.
| void OSplashScreen::finish | ( | QWidget * | pMainWin | ) |
Indique que le chargement de l'application est termine.
Definition at line 94 of file OSplashScreen.cpp.

|
protected |
Definition at line 108 of file OSplashScreen.cpp.
| void OSplashScreen::repaint | ( | ) |
Mise a jour.
Definition at line 103 of file OSplashScreen.cpp.

| void OSplashScreen::setStatus | ( | const QString & | message, |
| int | alignment = Qt::AlignLeft, |
||
| const QColor & | color = Qt::black |
||
| ) |
Affiche un nouveau message indiquant le status de l'application.
Definition at line 63 of file OSplashScreen.cpp.


|
private |
Definition at line 72 of file OSplashScreen.h.
|
private |
L'image du splash screen.
Definition at line 69 of file OSplashScreen.h.