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