Export macros and build-info hooks for the DISPLIB shared library. More...

Go to the source code of this file.
Namespaces | |
| namespace | DISPLIB |
| 2-D display widgets and visualisation helpers (charts, topography, colour maps). | |
Macros | |
| #define | DISPSHARED_EXPORT |
Functions | |
| const char * | DISPLIB::buildDateTime () |
| const char * | DISPLIB::buildHash () |
| const char * | DISPLIB::buildHashLong () |
Export macros and build-info hooks for the DISPLIB shared library.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2012-2026 MNE-CPP Authors
Defines DISPSHARED_EXPORT / DISPSHARED_IMPORT for Windows DLL visibility and exposes a single DISPLIB::buildDateTime() entry point so any of the disp viewers / plots / models can stamp the same MNE-CPP build date into status bars or log files. Every public class in this library declares itself with DISPSHARED_EXPORT to be usable from downstream applications and plugins.
Definition in file disp_global.h.
| #define DISPSHARED_EXPORT |
Definition at line 38 of file disp_global.h.