MNE-CPP
beta 1.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
applications
mne_x
mne_x
mainsplashscreen.cpp
Go to the documentation of this file.
1
//=============================================================================================================
36
//*************************************************************************************************************
37
//=============================================================================================================
38
// INCLUDES
39
//=============================================================================================================
40
41
#include "
mainsplashscreen.h
"
42
43
44
//*************************************************************************************************************
45
//=============================================================================================================
46
// QT INCLUDES
47
//=============================================================================================================
48
49
#include <QtGui>
50
51
52
//*************************************************************************************************************
53
//=============================================================================================================
54
// USED NAMESPACES
55
//=============================================================================================================
56
57
using namespace
MNEX
;
58
59
60
//*************************************************************************************************************
61
//=============================================================================================================
62
// DEFINE MEMBER METHODS
63
//=============================================================================================================
64
65
MainSplashScreen::MainSplashScreen
(
const
QPixmap & pixmap, Qt::WindowFlags f)
66
: QSplashScreen(pixmap, f)
67
{
68
69
}
70
71
72
//*************************************************************************************************************
73
74
MainSplashScreen::~MainSplashScreen
()
75
{
76
//ToDo cleanup work
77
}
MNEX::MainSplashScreen::~MainSplashScreen
virtual ~MainSplashScreen()
Definition:
mainsplashscreen.cpp:74
MNEX::MainSplashScreen::MainSplashScreen
MainSplashScreen(const QPixmap &pixmap=QPixmap(), Qt::WindowFlags f=0)
Definition:
mainsplashscreen.cpp:65
MNEX
Definition:
arrow.h:75
mainsplashscreen.h
Contains the declaration of the MainSplashScreen class.
Generated on Fri Mar 27 2015 22:54:26 for MNE-CPP by
1.8.9.1