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