MNE-CPP
beta 1.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
applications
mne_x
plugins
bci
FormFiles
bciaboutwidget.cpp
Go to the documentation of this file.
1
//=============================================================================================================
37
//*************************************************************************************************************
38
//=============================================================================================================
39
// INCLUDES
40
//=============================================================================================================
41
42
#include "
bciaboutwidget.h
"
43
44
45
//*************************************************************************************************************
46
//=============================================================================================================
47
// QT INCLUDES
48
//=============================================================================================================
49
50
51
52
//*************************************************************************************************************
53
//=============================================================================================================
54
// USED NAMESPACES
55
//=============================================================================================================
56
57
using namespace
BCIPlugin
;
58
59
60
//*************************************************************************************************************
61
//=============================================================================================================
62
// DEFINE MEMBER METHODS
63
//=============================================================================================================
64
65
BCIAboutWidget::BCIAboutWidget
(QWidget *parent)
66
: QDialog(parent)
67
{
68
ui.setupUi(
this
);
69
}
70
71
72
//*************************************************************************************************************
73
74
BCIAboutWidget::~BCIAboutWidget
()
75
{
76
77
}
BCIPlugin
Definition:
bci.h:75
bciaboutwidget.h
Contains the declaration of the BCIAboutWidget class.
BCIPlugin::BCIAboutWidget::BCIAboutWidget
BCIAboutWidget(QWidget *parent=0)
Definition:
bciaboutwidget.cpp:65
BCIPlugin::BCIAboutWidget::~BCIAboutWidget
~BCIAboutWidget()
Definition:
bciaboutwidget.cpp:74
Generated on Fri Mar 27 2015 22:54:26 for MNE-CPP by
1.8.9.1