v2.0.0
Loading...
Searching...
No Matches
mne_event.h
Go to the documentation of this file.
1//=============================================================================================================
36
37#ifndef MNE_EVENT_H
38#define MNE_EVENT_H
39
40//=============================================================================================================
41// INCLUDES
42//=============================================================================================================
43
44#include "mne_global.h"
45
46#include <QString>
47
48//=============================================================================================================
49// DEFINE NAMESPACE MNELIB
50//=============================================================================================================
51
52namespace MNELIB
53{
54
55//=============================================================================================================
63{
64public:
65 MNEEvent() = default;
66 ~MNEEvent() = default;
67
68 unsigned int from = 0;
69 unsigned int to = 0;
70 int sample = 0;
71 bool show = false;
72 bool created_here = false;
73 QString comment;
74};
75
76} // namespace MNELIB
77
78#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:69
QString comment
Definition mne_event.h:73
unsigned int from
Definition mne_event.h:68
~MNEEvent()=default