v2.0.0
Loading...
Searching...
No Matches
src
libraries
mne
mne_event.h
Go to the documentation of this file.
1
//=============================================================================================================
17
18
#ifndef MNE_EVENT_H
19
#define MNE_EVENT_H
20
21
//=============================================================================================================
22
// INCLUDES
23
//=============================================================================================================
24
25
#include "
mne_global.h
"
26
27
#include <QString>
28
29
//=============================================================================================================
30
// DEFINE NAMESPACE MNELIB
31
//=============================================================================================================
32
33
namespace
MNELIB
34
{
35
36
//=============================================================================================================
43
class
MNESHARED_EXPORT
MNEEvent
44
{
45
public
:
46
MNEEvent
() =
default
;
47
~MNEEvent
() =
default
;
48
49
unsigned
int
from
= 0;
50
unsigned
int
to
= 0;
51
int
sample
= 0;
52
bool
show
=
false
;
53
bool
created_here
=
false
;
54
QString
comment
;
55
};
56
57
}
// namespace MNELIB
58
59
#endif
// MNE_EVENT_H
mne_global.h
MNELIB shared-library export/import macros and library build metadata.
MNESHARED_EXPORT
#define MNESHARED_EXPORT
Definition
mne_global.h:40
MNELIB
Core MNE data structures (source spaces, source estimates, hemispheres).
Definition
connectivitysettings.h:58
MNELIB::MNEEvent::MNEEvent
MNEEvent()=default
MNELIB::MNEEvent::created_here
bool created_here
Definition
mne_event.h:53
MNELIB::MNEEvent::sample
int sample
Definition
mne_event.h:51
MNELIB::MNEEvent::to
unsigned int to
Definition
mne_event.h:50
MNELIB::MNEEvent::comment
QString comment
Definition
mne_event.h:54
MNELIB::MNEEvent::from
unsigned int from
Definition
mne_event.h:49
MNELIB::MNEEvent::~MNEEvent
~MNEEvent()=default
MNELIB::MNEEvent::show
bool show
Definition
mne_event.h:52
Generated on
for MNE-CPP by
1.16.1