MNE-CPP
beta 1.0
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
MNE
pyio
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
PYIOLIB::PyIO
PyIO Python Qt communication.
Definition:
pyio.h:71
PYIOLIB
Definition:
pyio.h:61
pyio_global.h
pyio library export/import macros.
PYIOSHARED_EXPORT
#define PYIOSHARED_EXPORT
Definition:
pyio_global.h:57
Generated on Fri Mar 27 2015 22:54:32 for MNE-CPP by
1.8.9.1