v2.0.0
Loading...
Searching...
No Matches
mne_event.h
Go to the documentation of this file.
1#ifndef MNE_EVENT_H
2#define MNE_EVENT_H
3
4//=============================================================================================================
5// INCLUDES
6//=============================================================================================================
7
8#include "mne_global.h"
9
10#include <QString>
11
12//=============================================================================================================
13// DEFINE NAMESPACE MNELIB
14//=============================================================================================================
15
16namespace MNELIB
17{
18
19//=============================================================================================================
27{
28public:
29 MNEEvent() = default;
30 ~MNEEvent() = default;
31
32 unsigned int from = 0;
33 unsigned int to = 0;
34 int sample = 0;
35 int show = 0;
36 int created_here = 0;
37 QString comment;
38};
39
40} // namespace MNELIB
41
42#endif // MNE_EVENT_H
mne library export/import macros.
#define MNESHARED_EXPORT
Definition mne_global.h:52
Core MNE data structures (source spaces, source estimates, hemispheres).
MNEEvent()=default
unsigned int to
Definition mne_event.h:33
QString comment
Definition mne_event.h:37
unsigned int from
Definition mne_event.h:32
~MNEEvent()=default