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