MNE-CPP
beta 1.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
applications
mne_x
plugins
averaging
FormFiles
averagingsetupwidget.h
Go to the documentation of this file.
1
//=============================================================================================================
36
#ifndef AVERAGINGSETUPWIDGET_H
37
#define AVERAGINGSETUPWIDGET_H
38
39
40
//*************************************************************************************************************
41
//=============================================================================================================
42
// INCLUDES
43
//=============================================================================================================
44
45
#include "../ui_averagingsetup.h"
46
47
48
//*************************************************************************************************************
49
//=============================================================================================================
50
// QT INCLUDES
51
//=============================================================================================================
52
53
#include <QtWidgets>
54
55
56
//*************************************************************************************************************
57
//=============================================================================================================
58
// USED NAMESPACES
59
//=============================================================================================================
60
61
62
//*************************************************************************************************************
63
//=============================================================================================================
64
// DEFINE NAMESPACE AveragingPlugin
65
//=============================================================================================================
66
67
namespace
AveragingPlugin
68
{
69
70
71
//*************************************************************************************************************
72
//=============================================================================================================
73
// FORWARD DECLARATIONS
74
//=============================================================================================================
75
76
class
Averaging;
77
78
79
//=============================================================================================================
85
class
AveragingSetupWidget
:
public
QWidget
86
{
87
Q_OBJECT
88
89
public
:
90
91
//=========================================================================================================
98
AveragingSetupWidget
(
Averaging
* toolbox, QWidget *parent = 0);
99
100
//=========================================================================================================
105
~AveragingSetupWidget
();
106
107
108
private
slots:
109
//=========================================================================================================
114
void
showAboutDialog();
115
116
private
:
117
118
Averaging
* m_pAveraging;
120
Ui::AveragingSetupWidgetClass
ui;
121
};
122
123
}
// NAMESPACE
124
125
#endif // AVERAGINGSETUPWIDGET_H
AveragingPlugin::AveragingSetupWidget
The AveragingSetupWidget class provides the AveragingToolbox configuration window.
Definition:
averagingsetupwidget.h:85
AveragingPlugin::Averaging
The Averaging class provides a Averaging algorithm structure.
Definition:
averaging.h:109
Ui::AveragingSetupWidgetClass
Definition:
ui_averagingsetup.h:87
AveragingPlugin
Definition:
averaging.h:79
AveragingPlugin::AveragingSetupWidget::AveragingSetupWidget
AveragingSetupWidget(Averaging *toolbox, QWidget *parent=0)
Definition:
averagingsetupwidget.cpp:68
AveragingPlugin::AveragingSetupWidget::~AveragingSetupWidget
~AveragingSetupWidget()
Definition:
averagingsetupwidget.cpp:80
Generated on Fri Mar 27 2015 22:54:26 for MNE-CPP by
1.8.9.1