v2.0.0
Loading...
Searching...
No Matches
disp_global.h
Go to the documentation of this file.
1//=============================================================================================================
22
23#ifndef DISP_GLOBAL_H
24#define DISP_GLOBAL_H
25
26//=============================================================================================================
27// INCLUDES
28//=============================================================================================================
29
30#include <QtCore/qglobal.h>
31#include <utils/buildinfo.h>
32
33//=============================================================================================================
34// DEFINES
35//=============================================================================================================
36
37#if defined(STATICBUILD)
38# define DISPSHARED_EXPORT
39#elif defined(MNE_DISP_LIBRARY)
40# define DISPSHARED_EXPORT Q_DECL_EXPORT
41#else
42# define DISPSHARED_EXPORT Q_DECL_IMPORT
43#endif
44
45//=============================================================================================================
50namespace DISPLIB{
51
52//=============================================================================================================
57
58//=============================================================================================================
62DISPSHARED_EXPORT const char* buildHash();
63
64//=============================================================================================================
69}
70
71#endif // DISP_GLOBAL_H
Compile-time helpers that capture the build date, time and git commit hash into the binary.
#define DISPSHARED_EXPORT
Definition disp_global.h:38
2-D display widgets and visualisation helpers (charts, topography, colour maps).
const char * buildHashLong()
const char * buildHash()
const char * buildDateTime()