MNE-CPP  beta 0.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sourcelabsetupwidget.h
Go to the documentation of this file.
1 //=============================================================================================================
36 #ifndef SOURCELABSETUPWIDGET_H
37 #define SOURCELABSETUPWIDGET_H
38 
39 
40 //*************************************************************************************************************
41 //=============================================================================================================
42 // INCLUDES
43 //=============================================================================================================
44 
45 #include "../ui_sourcelabsetup.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 SourceLabPlugin
66 //=============================================================================================================
67 
68 namespace SourceLabPlugin
69 {
70 
71 
72 //*************************************************************************************************************
73 //=============================================================================================================
74 // FORWARD DECLARATIONS
75 //=============================================================================================================
76 
77 class SourceLab;
78 
79 
80 //=============================================================================================================
86 class SourceLabSetupWidget : public QWidget
87 {
88  Q_OBJECT
89 
90 public:
91 
92  //=========================================================================================================
99  SourceLabSetupWidget(SourceLab* toolbox, QWidget *parent = 0);
100 
101  //=========================================================================================================
107 
108  //=========================================================================================================
112  void setClusteringState();
113 
114  //=========================================================================================================
118  void setSetupState();
119 
120 private:
121 
122  //=========================================================================================================
126  void clusteringTriggered();
127 
128  //=========================================================================================================
132  void showAboutDialog();
133 
134  //=========================================================================================================
138  void showFwdFileDialog();
139 
140  //=========================================================================================================
144  void showAtlasDirDialog();
145 
146  //=========================================================================================================
150  void showSurfaceDirDialog();
151 
152 
153  SourceLab* m_pSourceLab;
156 };
157 
158 } // NAMESPACE
159 
160 #endif // SOURCELABSETUPWIDGET_H
The SourceLab class provides a dummy algorithm structure.
Definition: sourcelab.h:110
SourceLabSetupWidget(SourceLab *toolbox, QWidget *parent=0)
The DummySetupWidget class provides the DummyToolbox configuration window.