MNE-CPP
beta 1.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
applications
mne_x
plugins
rthpi
FormFiles
rthpiaboutwidget.h
Go to the documentation of this file.
1
//=============================================================================================================
36
#ifndef RTHPIABOUTWIDGET_H
37
#define RTHPIABOUTWIDGET_H
38
39
40
//*************************************************************************************************************
41
//=============================================================================================================
42
// INCLUDES
43
//=============================================================================================================
44
45
#include "../ui_rthpiabout.h"
46
47
48
//*************************************************************************************************************
49
//=============================================================================================================
50
// QT INCLUDES
51
//=============================================================================================================
52
53
#include <QtWidgets>
54
55
56
//*************************************************************************************************************
57
//=============================================================================================================
58
// DEFINE NAMESPACE RtHpiPlugin
59
//=============================================================================================================
60
61
//namespace DummyToolboxPlugin
62
namespace
RtHpiPlugin
63
{
64
65
66
//=============================================================================================================
72
class
RtHpiAboutWidget
:
public
QDialog
73
{
74
Q_OBJECT
75
76
public
:
77
78
//=========================================================================================================
84
RtHpiAboutWidget
(QWidget *parent = 0);
85
86
//=========================================================================================================
91
~RtHpiAboutWidget
();
92
93
private
:
94
95
Ui::RtHpiAboutWidgetClass
ui;
97
};
98
99
}
// NAMESPACE
100
101
#endif // RTHPIABOUTWIDGET_H
RtHpiPlugin::RtHpiAboutWidget
The RtHpiAboutWidget class provides the about dialog for the RtHpi.
Definition:
rthpiaboutwidget.h:72
RtHpiPlugin::RtHpiAboutWidget::RtHpiAboutWidget
RtHpiAboutWidget(QWidget *parent=0)
Definition:
rthpiaboutwidget.cpp:57
RtHpiPlugin::RtHpiAboutWidget::~RtHpiAboutWidget
~RtHpiAboutWidget()
Definition:
rthpiaboutwidget.cpp:66
Ui::RtHpiAboutWidgetClass
Definition:
ui_rthpiabout.h:65
RtHpiPlugin
Definition:
rthpiaboutwidget.h:62
Generated on Fri Mar 27 2015 22:54:28 for MNE-CPP by
1.8.9.1