MNE-CPP  beta 1.0
pyio.h
Go to the documentation of this file.
1 //=============================================================================================================
36 #ifndef PYIO_H
37 #define PYIO_H
38 
39 //*************************************************************************************************************
40 //=============================================================================================================
41 // INCLUDES
42 //=============================================================================================================
43 
44 #include "pyio_global.h"
45 
46 
47 //*************************************************************************************************************
48 //=============================================================================================================
49 // QT INCLUDES
50 //=============================================================================================================
51 
52 #include <QObject>
53 
54 
55 
56 //*************************************************************************************************************
57 //=============================================================================================================
58 // DEFINE NAMESPACE PYIOLIB
59 //=============================================================================================================
60 
61 namespace PYIOLIB
62 {
63 
64 
65 //=============================================================================================================
71 class PYIOSHARED_EXPORT PyIO : public QObject
72 {
73  Q_OBJECT
74 public:
75  explicit PyIO(QObject *parent = 0);
76 
77 signals:
78 
79 public slots:
80 
81 };
82 
83 } // NAMESPACE
84 
85 #endif // PYIO_H
PyIO Python Qt communication.
Definition: pyio.h:71
Definition: pyio.h:61
pyio library export/import macros.
#define PYIOSHARED_EXPORT
Definition: pyio_global.h:57