MNE-CPP
beta 1.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
applications
mne_x
plugins
dummytoolbox
FormFiles
dummysetupwidget.cpp
Go to the documentation of this file.
1
//=============================================================================================================
36
//*************************************************************************************************************
37
//=============================================================================================================
38
// INCLUDES
39
//=============================================================================================================
40
41
#include "
dummysetupwidget.h
"
42
#include "
dummyaboutwidget.h
"
43
44
#include "../dummytoolbox.h"
45
46
47
//*************************************************************************************************************
48
//=============================================================================================================
49
// QT INCLUDES
50
//=============================================================================================================
51
52
#include <QDebug>
53
54
55
//*************************************************************************************************************
56
//=============================================================================================================
57
// USED NAMESPACES
58
//=============================================================================================================
59
60
using namespace
DummyToolboxPlugin
;
61
62
63
//*************************************************************************************************************
64
//=============================================================================================================
65
// DEFINE MEMBER METHODS
66
//=============================================================================================================
67
68
DummySetupWidget::DummySetupWidget
(
DummyToolbox
* toolbox, QWidget *parent)
69
: QWidget(parent)
70
, m_pDummyToolbox(toolbox)
71
{
72
ui.setupUi(
this
);
73
74
connect(ui.m_qPushButton_About, SIGNAL(released()),
this
, SLOT(showAboutDialog()));
75
}
76
77
78
//*************************************************************************************************************
79
80
DummySetupWidget::~DummySetupWidget
()
81
{
82
83
}
84
85
86
//*************************************************************************************************************
87
88
void
DummySetupWidget::showAboutDialog()
89
{
90
DummyAboutWidget
aboutDialog(
this
);
91
aboutDialog.exec();
92
}
dummyaboutwidget.h
Contains the declaration of the DummyAboutWidget class.
DummyToolboxPlugin::DummySetupWidget::DummySetupWidget
DummySetupWidget(DummyToolbox *toolbox, QWidget *parent=0)
Definition:
dummysetupwidget.cpp:68
DummyToolboxPlugin::DummyToolbox
The DummyToolbox class provides a dummy algorithm structure.
Definition:
dummytoolbox.h:91
dummysetupwidget.h
Contains the declaration of the DummySetupWidget class.
DummyToolboxPlugin::DummyAboutWidget
The DummyAboutWidget class provides the about dialog for the DummyToolbox.
Definition:
dummyaboutwidget.h:71
DummyToolboxPlugin
Definition:
dummytoolbox.h:65
DummyToolboxPlugin::DummySetupWidget::~DummySetupWidget
~DummySetupWidget()
Definition:
dummysetupwidget.cpp:80
Generated on Fri Mar 27 2015 22:54:27 for MNE-CPP by
1.8.9.1