MNE-CPP
beta 1.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
applications
mne_x
plugins
eegosports
FormFiles
eegosportsaboutwidget.h
Go to the documentation of this file.
1
//=============================================================================================================
37
#ifndef EEGOSPORTSABOUTWIDGET_H
38
#define EEGOSPORTSABOUTWIDGET_H
39
40
41
//*************************************************************************************************************
42
//=============================================================================================================
43
// INCLUDES
44
//=============================================================================================================
45
46
#include "../ui_eegosportsabout.h"
47
48
49
//*************************************************************************************************************
50
//=============================================================================================================
51
// QT INCLUDES
52
//=============================================================================================================
53
54
#include <QtWidgets>
55
56
57
//*************************************************************************************************************
58
//=============================================================================================================
59
// DEFINE NAMESPACE EEGoSportsPlugin
60
//=============================================================================================================
61
62
namespace
EEGoSportsPlugin
63
{
64
65
66
//*************************************************************************************************************
67
//=============================================================================================================
68
// USED NAMESPACES
69
//=============================================================================================================
70
71
72
//*************************************************************************************************************
73
//=============================================================================================================
74
// FORWARD DECLARATIONS
75
//=============================================================================================================
76
77
78
//=============================================================================================================
84
class
EEGoSportsAboutWidget
:
public
QDialog
85
{
86
Q_OBJECT
87
88
public
:
89
90
//=========================================================================================================
96
EEGoSportsAboutWidget
(QWidget *parent = 0);
97
98
//=========================================================================================================
103
~EEGoSportsAboutWidget
();
104
105
private
:
106
Ui::EEGoSportsAboutWidgetClass ui;
107
};
108
109
}
// NAMESPACE
110
111
#endif // EEGOSPORTSABOUTWIDGET_H
EEGoSportsPlugin
Definition:
eego.h:13
EEGoSportsPlugin::EEGoSportsAboutWidget
The EEGoSportsAboutWidget class provides the about dialog for the EEGoSports.
Definition:
eegosportsaboutwidget.h:84
EEGoSportsPlugin::EEGoSportsAboutWidget::EEGoSportsAboutWidget
EEGoSportsAboutWidget(QWidget *parent=0)
Definition:
eegosportsaboutwidget.cpp:65
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