v2.0.0
Loading...
Searching...
No Matches
src
libraries
mne
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
52
namespace
MNELIB
53
{
54
55
//=============================================================================================================
62
class
MNESHARED_EXPORT
MNEEvent
63
{
64
public
:
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_global.h
mne library export/import macros.
MNESHARED_EXPORT
#define MNESHARED_EXPORT
Definition
mne_global.h:52
MNELIB
Core MNE data structures (source spaces, source estimates, hemispheres).
Definition
connectivitysettings.h:63
MNELIB::MNEEvent::MNEEvent
MNEEvent()=default
MNELIB::MNEEvent::created_here
bool created_here
Definition
mne_event.h:72
MNELIB::MNEEvent::sample
int sample
Definition
mne_event.h:70
MNELIB::MNEEvent::to
unsigned int to
Definition
mne_event.h:69
MNELIB::MNEEvent::comment
QString comment
Definition
mne_event.h:73
MNELIB::MNEEvent::from
unsigned int from
Definition
mne_event.h:68
MNELIB::MNEEvent::~MNEEvent
~MNEEvent()=default
MNELIB::MNEEvent::show
bool show
Definition
mne_event.h:71
Generated on
for MNE-CPP by
1.16.1