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