MNE-CPP  beta 0.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
raplabsetupwidget.h
Go to the documentation of this file.
1 //=============================================================================================================
36 #ifndef RAPLABSETUPWIDGET_H
37 #define RAPLABSETUPWIDGET_H
38 
39 
40 //*************************************************************************************************************
41 //=============================================================================================================
42 // INCLUDES
43 //=============================================================================================================
44 
45 #include "../ui_raplabsetup.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 //=============================================================================================================
65 // DEFINE NAMESPACE RapLabPlugin
66 //=============================================================================================================
67 
68 namespace RapLabPlugin
69 {
70 
71 
72 //*************************************************************************************************************
73 //=============================================================================================================
74 // FORWARD DECLARATIONS
75 //=============================================================================================================
76 
77 class RapLab;
78 
79 
80 //=============================================================================================================
86 class RapLabSetupWidget : public QWidget
87 {
88  Q_OBJECT
89 
90 public:
91 
92  //=========================================================================================================
99  RapLabSetupWidget(RapLab* toolbox, QWidget *parent = 0);
100 
101  //=========================================================================================================
107 
108 private:
109  //=========================================================================================================
113  void showAboutDialog();
114 
115  //=========================================================================================================
119  void showFwdFileDialog();
120 
121  //=========================================================================================================
125  void showAtlasDirDialog();
126 
127  //=========================================================================================================
131  void showSurfaceDirDialog();
132 
133 
134  RapLab* m_pRapLab;
137 };
138 
139 } // NAMESPACE
140 
141 #endif // RAPLABSETUPWIDGET_H
RapLabSetupWidget(RapLab *toolbox, QWidget *parent=0)
The RapLab class provides a dummy algorithm structure.
Definition: raplab.h:110
The DummySetupWidget class provides the DummyToolbox configuration window.