MNE-CPP  beta 1.0
rtsssrunwidget.h
Go to the documentation of this file.
1 //=============================================================================================================
36 #ifndef RTSSSRUNWIDGET_H
37 #define RTSSSRUNWIDGET_H
38 
39 
40 //*************************************************************************************************************
41 //=============================================================================================================
42 // INCLUDES
43 //=============================================================================================================
44 
45 #include "../ui_rtsssrun.h"
46 
47 
48 //*************************************************************************************************************
49 //=============================================================================================================
50 // QT INCLUDES
51 //=============================================================================================================
52 
53 #include <QtWidgets>
54 
55 
56 //*************************************************************************************************************
57 //=============================================================================================================
58 // DEFINE NAMESPACE RtSssPlugin
59 //=============================================================================================================
60 
61 namespace RtSssPlugin
62 {
63 
64 
65 //*************************************************************************************************************
66 //=============================================================================================================
67 // FORWARD DECLARATIONS
68 //=============================================================================================================
69 
70 class RtSss;
71 
72 
73 //*************************************************************************************************************
74 //=============================================================================================================
75 // USED NAMESPACES
76 //=============================================================================================================
77 
78 
79 //=============================================================================================================
85 class RtSssRunWidget : public QWidget
86 {
87  Q_OBJECT
88 
89 public:
90 
91  //=========================================================================================================
98  RtSssRunWidget(RtSss* toolbox, QWidget *parent = 0);
99 
100  //=========================================================================================================
105  ~RtSssRunWidget();
106 
107  //=========================================================================================================
113  void writeToLog(QString p_sLogMsg);
114 
115 private slots:
116  //=========================================================================================================
121  void showAboutDialog();
122 
123 private:
124 
125  RtSss* m_pRtSss;
128 };
129 
130 } // NAMESPACE
131 
132 #endif // RTSSSRUNWIDGET_H
void writeToLog(QString p_sLogMsg)
The RtSss class provides a rtsss algorithm structure.
Definition: rtsss.h:102
RtSssRunWidget(RtSss *toolbox, QWidget *parent=0)
The SourceLabRunWidget class provides the SourceLab configuration window for the run mode...