Code_TYMPAN  4.4.0
Industrial site acoustic simulation
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
OSplashScreen Class Reference

#include <OSplashScreen.h>

Inheritance diagram for OSplashScreen:
Inheritance graph
[legend]
Collaboration diagram for OSplashScreen:
Collaboration graph
[legend]

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
 

Detailed Description

Splash screen widget.

Definition at line 32 of file OSplashScreen.h.

Constructor & Destructor Documentation

◆ OSplashScreen()

OSplashScreen::OSplashScreen ( const QPixmap &  pixmap,
const QString &  msgText 
)

Constructeur par defaut.

Definition at line 36 of file OSplashScreen.cpp.

Here is the call graph for this function:

◆ ~OSplashScreen()

OSplashScreen::~OSplashScreen ( )
virtual

Destructeur.

Definition at line 61 of file OSplashScreen.cpp.

Member Function Documentation

◆ finish()

void OSplashScreen::finish ( QWidget *  pMainWin)

Indique que le chargement de l'application est termine.

Definition at line 94 of file OSplashScreen.cpp.

Here is the caller graph for this function:

◆ mousePressEvent()

void OSplashScreen::mousePressEvent ( QMouseEvent *  pEvent)
protected

Definition at line 108 of file OSplashScreen.cpp.

◆ repaint()

void OSplashScreen::repaint ( )

Mise a jour.

Definition at line 103 of file OSplashScreen.cpp.

Here is the caller graph for this function:

◆ setStatus()

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.

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ _msgLabel

QLabel* OSplashScreen::_msgLabel
private

Definition at line 72 of file OSplashScreen.h.

◆ _pix

QPixmap OSplashScreen::_pix
private

L'image du splash screen.

Definition at line 69 of file OSplashScreen.h.


The documentation for this class was generated from the following files: