MNE-CPP  beta 1.0
measurementtypes.h
Go to the documentation of this file.
1 //=============================================================================================================
36 #ifndef MEASUREMENTTYPES_H
37 #define MEASUREMENTTYPES_H
38 
39 
40 //*************************************************************************************************************
41 //=============================================================================================================
42 // INCLUDES
43 //=============================================================================================================
44 
45 #include "xmeas_global.h"
46 
47 
48 //*************************************************************************************************************
49 //=============================================================================================================
50 // QT INCLUDES
51 //=============================================================================================================
52 
53 #include <QObject>
54 
55 
56 //*************************************************************************************************************
57 //=============================================================================================================
58 // DEFINE NAMESPACE XMEASLIB
59 //=============================================================================================================
60 
61 namespace XMEASLIB
62 {
63 
64 
65 //=============================================================================================================
71 class XMEASSHARED_EXPORT MeasurementTypes : public QObject
72 {
73  Q_OBJECT
74 public:
75  //=========================================================================================================
79  explicit MeasurementTypes(QObject *parent = 0);
80 
81  //=========================================================================================================
85  static void registerTypes();
86 
87 signals:
88 
89 public slots:
90 
91 };
92 
93 } //NAMESPACE
94 
95 #endif // MEASUREMENTTYPES_H
Class MeasurementTypes to register measurement classes to QMetaType types.
#define XMEASSHARED_EXPORT
Definition: xmeas_global.h:54
Contains the xMeas library export/import macros.