MNE-CPP  beta 1.0
Public Types | Public Member Functions | List of all members
MNEX::MainSplashScreen Class Reference

The MainSplashScreen class provides the main application splash screen. More...

#include <mainsplashscreen.h>

Inheritance diagram for MNEX::MainSplashScreen:

Public Types

typedef QSharedPointer< MainSplashScreenSPtr
 
typedef QSharedPointer< const MainSplashScreenConstSPtr
 

Public Member Functions

 MainSplashScreen (const QPixmap &pixmap=QPixmap(), Qt::WindowFlags f=0)
 
virtual ~MainSplashScreen ()
 

Detailed Description

The MainSplashScreen class provides the main application splash screen.

DECLARE CLASS MainSplashScreen

Definition at line 81 of file mainsplashscreen.h.

Member Typedef Documentation

typedef QSharedPointer<const MainSplashScreen> MNEX::MainSplashScreen::ConstSPtr

Const shared pointer type for MainSplashScreen.

Definition at line 86 of file mainsplashscreen.h.

Shared pointer type for MainSplashScreen.

Definition at line 85 of file mainsplashscreen.h.

Constructor & Destructor Documentation

MainSplashScreen::MainSplashScreen ( const QPixmap &  pixmap = QPixmap(),
Qt::WindowFlags  f = 0 
)

Construct a splash screen that will display the pixmap.

Parameters
[in]pixmapis the background of the splash screen.
[in]fThere should be no need to set the widget flags, f, except perhaps Qt::WindowStaysOnTopHint.

Definition at line 65 of file mainsplashscreen.cpp.

MainSplashScreen::~MainSplashScreen ( )
virtual

Destroys the MainSplashScreen.

Definition at line 74 of file mainsplashscreen.cpp.


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