v2.0.0
Loading...
Searching...
No Matches
src
libraries
mne
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
16
namespace
MNELIB
17
{
18
19
//=============================================================================================================
26
class
MNESHARED_EXPORT
MNEEvent
27
{
28
public
:
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_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
int created_here
Definition
mne_event.h:36
MNELIB::MNEEvent::sample
int sample
Definition
mne_event.h:34
MNELIB::MNEEvent::show
int show
Definition
mne_event.h:35
MNELIB::MNEEvent::to
unsigned int to
Definition
mne_event.h:33
MNELIB::MNEEvent::comment
QString comment
Definition
mne_event.h:37
MNELIB::MNEEvent::from
unsigned int from
Definition
mne_event.h:32
MNELIB::MNEEvent::~MNEEvent
~MNEEvent()=default
Generated on
for MNE-CPP by
1.16.1