MNE-CPP  beta 1.0
realtimemultisamplearrayscalingwidget.h
Go to the documentation of this file.
1 //=============================================================================================================
36 #ifndef REALTIMEMULTISAMPLEARRAYSCALINGWIDGET_H
37 #define REALTIMEMULTISAMPLEARRAYSCALINGWIDGET_H
38 
39 //*************************************************************************************************************
40 //=============================================================================================================
41 // INCLUDES
42 //=============================================================================================================
43 
44 
45 
46 //*************************************************************************************************************
47 //=============================================================================================================
48 // QT INCLUDES
49 //=============================================================================================================
50 
51 #include <QWidget>
52 #include <QStringList>
53 #include <QLineEdit>
54 #include <QDoubleSpinBox>
55 #include <QMap>
56 
57 
58 //*************************************************************************************************************
59 //=============================================================================================================
60 // DEFINE NAMESPACE XDISPLIB
61 //=============================================================================================================
62 
63 namespace XDISPLIB
64 {
65 
66 
67 //*************************************************************************************************************
68 //=============================================================================================================
69 // FORWARD DECLARATIONS
70 //=============================================================================================================
71 
72 class RealTimeMultiSampleArrayWidget;
73 struct Modality;
74 
75 
76 //=============================================================================================================
83 {
84  Q_OBJECT
85 public:
86 
87  //=========================================================================================================
94 
95  void updateDoubleSpinBox(const double val);
96 
97 signals:
98  void scalingChanged();
99 
100 private:
101  RealTimeMultiSampleArrayWidget * m_pRTMSAW;
103  QMap<qint32, QDoubleSpinBox*> m_qMapScalingDoubleSpinBox;
104 };
105 
106 } // NAMESPACE
107 
108 #endif // REALTIMEMULTISAMPLEARRAYSCALINGWIDGET_H
The EvokedModalityWidget class provides the sensor selection widget.
RealTimeMultiSampleArrayScalingWidget(RealTimeMultiSampleArrayWidget *toolbox)
The RealTimeMultiSampleArrayNewWidget class provides a real-time curve display.