MNE-CPP  beta 0.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mnertclientsetupbabymegwidget.h
Go to the documentation of this file.
1 //=============================================================================================================
36 #ifndef MNERTCLIENTSETUPBABYMEGWIDGET_H
37 #define MNERTCLIENTSETUPBABYMEGWIDGET_H
38 
39 
40 //*************************************************************************************************************
41 //=============================================================================================================
42 // INCLUDES
43 //=============================================================================================================
44 
45 #include <QWidget>
46 #include <QSharedPointer>
47 
48 
49 //*************************************************************************************************************
50 //=============================================================================================================
51 // FORWARD DECLARATIONS
52 //=============================================================================================================
53 
54 namespace Ui {
55 class MneRtClientSetupBabyMegWidget;
56 }
57 
58 
59 //*************************************************************************************************************
60 //=============================================================================================================
61 // DEFINE NAMESPACE MneRtClientPlugin
62 //=============================================================================================================
63 
64 namespace MneRtClientPlugin
65 {
66 
67 //*************************************************************************************************************
68 //=============================================================================================================
69 // FORWARD DECLARATIONS
70 //=============================================================================================================
71 
72 class MneRtClient;
73 
74 
75 //=============================================================================================================
81 class MneRtClientSetupBabyMegWidget : public QWidget
82 {
83  Q_OBJECT
84 
85 public:
86  typedef QSharedPointer<MneRtClientSetupBabyMegWidget> SPtr;
87  typedef QSharedPointer<const MneRtClientSetupBabyMegWidget> ConstSPtr;
89  explicit MneRtClientSetupBabyMegWidget(MneRtClient* p_pMneRtClient, QWidget *parent = 0);
91 
92 private:
93  //=========================================================================================================
98  void SQUIDControlDialog();
99 
100  MneRtClient* m_pMneRtClient;
103 
104 };
105 
106 } // NAMESPACE
107 
108 #endif // MNERTCLIENTSETUPBABYMEGWIDGET_H
The MneRtClientSetupBabyMegWidget class provides the BabyMEG configuration window.
The MneRtClient class provides a RT server connection.
Definition: mnertclient.h:115
QSharedPointer< MneRtClientSetupBabyMegWidget > SPtr
QSharedPointer< const MneRtClientSetupBabyMegWidget > ConstSPtr