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