MNE-CPP
beta 0.1
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
applications
mne_x
plugins
sourcelab
FormFiles
sourcelababoutwidget.cpp
1
//=============================================================================================================
36
//*************************************************************************************************************
37
//=============================================================================================================
38
// INCLUDES
39
//=============================================================================================================
40
41
#include "
sourcelababoutwidget.h
"
42
43
44
//*************************************************************************************************************
45
//=============================================================================================================
46
// USED NAMESPACES
47
//=============================================================================================================
48
49
using namespace
SourceLabPlugin;
50
51
52
//*************************************************************************************************************
53
//=============================================================================================================
54
// DEFINE MEMBER METHODS
55
//=============================================================================================================
56
57
SourceLabAboutWidget::SourceLabAboutWidget
(QWidget *parent)
58
: QDialog(parent)
59
{
60
ui.setupUi(
this
);
61
}
62
63
64
//*************************************************************************************************************
65
66
SourceLabAboutWidget::~SourceLabAboutWidget
()
67
{
68
69
}
sourcelababoutwidget.h
Contains the declaration of the SourceLabAboutWidget class.
SourceLabPlugin::SourceLabAboutWidget::~SourceLabAboutWidget
~SourceLabAboutWidget()
Definition:
sourcelababoutwidget.cpp:66
SourceLabPlugin::SourceLabAboutWidget::SourceLabAboutWidget
SourceLabAboutWidget(QWidget *parent=0)
Definition:
sourcelababoutwidget.cpp:57
Generated on Mon Jun 9 2014 15:58:05 for MNE-CPP by
1.8.7