MNE-CPP  beta 1.0
rthpisetupwidget.h
Go to the documentation of this file.
1 //=============================================================================================================
36 #ifndef RTHPISETUPWIDGET_H
37 #define RTHPISETUPWIDGET_H
38 
39 
40 //*************************************************************************************************************
41 //=============================================================================================================
42 // INCLUDES
43 //=============================================================================================================
44 
45 #include "../ui_rthpisetup.h"
46 
47 
48 //*************************************************************************************************************
49 //=============================================================================================================
50 // QT INCLUDES
51 //=============================================================================================================
52 
53 #include <QtWidgets>
54 
55 
56 //*************************************************************************************************************
57 //=============================================================================================================
58 // USED NAMESPACES
59 //=============================================================================================================
60 
61 
62 //*************************************************************************************************************
63 //=============================================================================================================
64 // DEFINE NAMESPACE RtHpiPlugin
65 //=============================================================================================================
66 
67 namespace RtHpiPlugin
68 {
69 
70 
71 //*************************************************************************************************************
72 //=============================================================================================================
73 // FORWARD DECLARATIONS
74 //=============================================================================================================
75 
76 class RtHpi;
77 
78 
79 //=============================================================================================================
85 class RtHpiSetupWidget : public QWidget
86 {
87  Q_OBJECT
88 
89 public:
90 
91  //=========================================================================================================
98  RtHpiSetupWidget(RtHpi* toolbox, QWidget *parent = 0);
99 
100  //=========================================================================================================
106 
107 
108 private slots:
109  //=========================================================================================================
114  void showAboutDialog();
115 
116 private:
117 
118  RtHpi* m_pRtHpi;
121 };
122 
123 } // NAMESPACE
124 
125 #endif // RTHPISETUPWIDGET_H
The RtHpiSetupWidget class provides the RtHpi configuration window.
The RtHpi class provides a RtHpi algorithm structure.
Definition: rthpi.h:117
RtHpiSetupWidget(RtHpi *toolbox, QWidget *parent=0)