MNE-CPP  beta 1.0
mainsplashscreen.h
Go to the documentation of this file.
1 //=============================================================================================================
36 #ifndef MAINSPLASHSCREEN_H
37 #define MAINSPLASHSCREEN_H
38 
39 
40 //*************************************************************************************************************
41 //=============================================================================================================
42 // INCLUDES
43 //=============================================================================================================
44 
45 
46 //*************************************************************************************************************
47 //=============================================================================================================
48 // QT INCLUDES
49 //=============================================================================================================
50 
51 #include <QSplashScreen>
52 #include <QSharedPointer>
53 
54 
55 //*************************************************************************************************************
56 //=============================================================================================================
57 // FORWARD DECLARATIONS
58 //=============================================================================================================
59 
60 
61 //*************************************************************************************************************
62 //=============================================================================================================
63 // DEFINE NAMESPACE MNEX
64 //=============================================================================================================
65 
66 namespace MNEX
67 {
68 
69 //*************************************************************************************************************
70 //=============================================================================================================
71 // FORWARD DECLARATIONS OF NAMESPACE CSART
72 //=============================================================================================================
73 
74 
75 //=============================================================================================================
81 class MainSplashScreen : public QSplashScreen
82 {
83  Q_OBJECT
84 public:
85  typedef QSharedPointer<MainSplashScreen> SPtr;
86  typedef QSharedPointer<const MainSplashScreen> ConstSPtr;
88  //=========================================================================================================
95  MainSplashScreen (const QPixmap & pixmap = QPixmap(), Qt::WindowFlags f = 0);
96  //=========================================================================================================
100  virtual ~MainSplashScreen ();
101 
102 };
103 
104 }// NAMESPACE
105 
106 #endif // MAINSPLASHSCREEN_H
QSharedPointer< MainSplashScreen > SPtr
QSharedPointer< const MainSplashScreen > ConstSPtr
MainSplashScreen(const QPixmap &pixmap=QPixmap(), Qt::WindowFlags f=0)
The MainSplashScreen class provides the main application splash screen.
Definition: arrow.h:75