Main Page   Class Hierarchy   Compound List   File List   Compound Members  

SplashScreen Class Reference

#include <SplashScreen.h>

List of all members.

Public Member Functions

 SplashScreen (const QPixmap &pm)
void finish (QWidget *mainWin)
void repaint (void)

Protected Member Functions

void mousePressEvent (QMouseEvent *ev)

Private Attributes

QPixmap pix


Detailed Description

Splashscreen class: Display an image for a short time and let the program continue afterwards.


Constructor & Destructor Documentation

SplashScreen::SplashScreen const QPixmap &    pm
 

Default constructor.

Parameters:
pm Pixmap of the image to be displayed.


Member Function Documentation

void SplashScreen::finish QWidget *    mainWin
 

Logical destructor, has to be called when the splash screen has done its duty.

Parameters:
mainWin The main widget to be in control after the splash screen vanishes.

void SplashScreen::mousePressEvent QMouseEvent *    ev [protected]
 

Close the splash image when the user clicks on it.

void SplashScreen::repaint void   
 

The QT repaint method.


Member Data Documentation

QPixmap SplashScreen::pix [private]
 

Copy of the image passed to the constructor. Nothing fancy.


The documentation for this class was generated from the following files:
Generated on Mon Feb 24 19:37:45 2003 by doxygen1.3-rc3