v2.0.0
Loading...
Searching...
No Matches
src
libraries
disp3D
disp3D_global.h
Go to the documentation of this file.
1
//=============================================================================================================
34
35
#ifndef DISP3DLIB_DISP3D_GLOBAL_H
36
#define DISP3DLIB_DISP3D_GLOBAL_H
37
38
//=============================================================================================================
39
// INCLUDES
40
//=============================================================================================================
41
42
#include <QtCore/qglobal.h>
43
#include <
utils/buildinfo.h
>
44
45
//=============================================================================================================
46
// DEFINES
47
//=============================================================================================================
48
49
#if defined(STATICBUILD)
50
# define DISP3DSHARED_EXPORT
51
#elif defined(MNE_DISP3D_LIBRARY)
52
# define DISP3DSHARED_EXPORT Q_DECL_EXPORT
53
#else
54
# define DISP3DSHARED_EXPORT Q_DECL_IMPORT
55
#endif
56
57
//=============================================================================================================
62
namespace
DISP3DLIB
{
63
64
//=============================================================================================================
68
const
char
*
buildDateTime
();
69
70
//=============================================================================================================
74
const
char
*
buildHash
();
75
76
//=============================================================================================================
80
const
char
*
buildHashLong
();
81
}
82
83
#endif
// DISP3DLIB_DISP3D_GLOBAL_H
buildinfo.h
build information utils
DISP3DLIB
3-D brain visualisation using the Qt RHI rendering backend.
DISP3DLIB::buildHashLong
const char * buildHashLong()
Definition
disp3D_global.cpp:51
DISP3DLIB::buildHash
const char * buildHash()
Definition
disp3D_global.cpp:50
DISP3DLIB::buildDateTime
const char * buildDateTime()
Definition
disp3D_global.cpp:49
Generated on
for MNE-CPP by
1.16.1