MNE-CPP
beta 1.0
|
The MainSplashScreen class provides the main application splash screen. More...
#include <mainsplashscreen.h>
Public Types | |
typedef QSharedPointer< MainSplashScreen > | SPtr |
typedef QSharedPointer< const MainSplashScreen > | ConstSPtr |
Public Member Functions | |
MainSplashScreen (const QPixmap &pixmap=QPixmap(), Qt::WindowFlags f=0) | |
virtual | ~MainSplashScreen () |
The MainSplashScreen class provides the main application splash screen.
DECLARE CLASS MainSplashScreen
Definition at line 81 of file mainsplashscreen.h.
typedef QSharedPointer<const MainSplashScreen> MNEX::MainSplashScreen::ConstSPtr |
Const shared pointer type for MainSplashScreen.
Definition at line 86 of file mainsplashscreen.h.
typedef QSharedPointer<MainSplashScreen> MNEX::MainSplashScreen::SPtr |
Shared pointer type for MainSplashScreen.
Definition at line 85 of file mainsplashscreen.h.
MainSplashScreen::MainSplashScreen | ( | const QPixmap & | pixmap = QPixmap() , |
Qt::WindowFlags | f = 0 |
||
) |
Construct a splash screen that will display the pixmap.
[in] | pixmap | is the background of the splash screen. |
[in] | f | There should be no need to set the widget flags, f, except perhaps Qt::WindowStaysOnTopHint. |
Definition at line 65 of file mainsplashscreen.cpp.
|
virtual |
Destroys the MainSplashScreen.
Definition at line 74 of file mainsplashscreen.cpp.