v2.0.0
Loading...
Searching...
No Matches
src
libraries
disp
disp_global.h
Go to the documentation of this file.
1
//=============================================================================================================
35
36
#ifndef DISP_GLOBAL_H
37
#define DISP_GLOBAL_H
38
39
//=============================================================================================================
40
// INCLUDES
41
//=============================================================================================================
42
43
#include <QtCore/qglobal.h>
44
#include <
utils/buildinfo.h
>
45
46
//=============================================================================================================
47
// DEFINES
48
//=============================================================================================================
49
50
#if defined(STATICBUILD)
51
# define DISPSHARED_EXPORT
52
#elif defined(MNE_DISP_LIBRARY)
53
# define DISPSHARED_EXPORT Q_DECL_EXPORT
54
#else
55
# define DISPSHARED_EXPORT Q_DECL_IMPORT
56
#endif
57
58
//=============================================================================================================
63
namespace
DISPLIB
{
64
65
//=============================================================================================================
69
DISPSHARED_EXPORT
const
char
*
buildDateTime
();
70
71
//=============================================================================================================
75
DISPSHARED_EXPORT
const
char
*
buildHash
();
76
77
//=============================================================================================================
81
DISPSHARED_EXPORT
const
char
*
buildHashLong
();
82
}
83
84
#endif
// DISP_GLOBAL_H
DISPSHARED_EXPORT
#define DISPSHARED_EXPORT
Definition
disp_global.h:51
buildinfo.h
build information utils
DISPLIB
2-D display widgets and visualisation helpers (charts, topography, colour maps).
DISPLIB::buildHashLong
const char * buildHashLong()
Definition
disp_global.cpp:54
DISPLIB::buildHash
const char * buildHash()
Definition
disp_global.cpp:50
DISPLIB::buildDateTime
const char * buildDateTime()
Definition
disp_global.cpp:46
Generated on
for MNE-CPP by
1.16.1