MNE-CPP
beta 1.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
applications
mne_x
plugins
babymeg
FormFiles
babymegaboutwidget.h
Go to the documentation of this file.
1
//=============================================================================================================
36
#ifndef BABYMEGABOUTWIDGET_H
37
#define BABYMEGABOUTWIDGET_H
38
39
40
//*************************************************************************************************************
41
//=============================================================================================================
42
// INCLUDES
43
//=============================================================================================================
44
45
#include "../ui_babymegabout.h"
46
47
48
//*************************************************************************************************************
49
//=============================================================================================================
50
// QT INCLUDES
51
//=============================================================================================================
52
53
#include <QtWidgets>
54
55
56
//*************************************************************************************************************
57
//=============================================================================================================
58
// DEFINE NAMESPACE BabyMEGPlugin
59
//=============================================================================================================
60
61
namespace
BabyMEGPlugin
62
{
63
64
65
//*************************************************************************************************************
66
//=============================================================================================================
67
// USED NAMESPACES
68
//=============================================================================================================
69
70
71
//*************************************************************************************************************
72
//=============================================================================================================
73
// FORWARD DECLARATIONS
74
//=============================================================================================================
75
76
77
//=============================================================================================================
83
class
BabyMEGAboutWidget
:
public
QDialog
84
{
85
Q_OBJECT
86
87
public
:
88
89
//=========================================================================================================
95
BabyMEGAboutWidget
(QWidget *parent = 0);
96
97
//=========================================================================================================
102
~BabyMEGAboutWidget
();
103
104
private
:
105
Ui::BabyMEGAboutWidgetClass
ui;
106
};
107
108
}
// NAMESPACE
109
110
#endif // BABYMEGABOUTWIDGET_H
BabyMEGPlugin::BabyMEGAboutWidget::~BabyMEGAboutWidget
~BabyMEGAboutWidget()
Definition:
babymegaboutwidget.cpp:73
Ui::BabyMEGAboutWidgetClass
Definition:
ui_babymegabout.h:76
BabyMEGPlugin
Definition:
babymeg.h:77
BabyMEGPlugin::BabyMEGAboutWidget
The BabyMEGAboutWidget class provides the about dialog for the BabyMEG.
Definition:
babymegaboutwidget.h:83
BabyMEGPlugin::BabyMEGAboutWidget::BabyMEGAboutWidget
BabyMEGAboutWidget(QWidget *parent=0)
Definition:
babymegaboutwidget.cpp:64
Generated on Fri Mar 27 2015 22:54:26 for MNE-CPP by
1.8.9.1