 |
NDEVR
API Documentation
|
33#include <NDEVRConfig.h>
35# undef DEMO_DATASET_API
40# ifdef DEMO_DATASET_BUILD_DLL_EXPORT
41# define DEMO_DATASET_API __declspec(dllexport)
42# define DEMO_DATASET_T_API
43# pragma warning (disable : 4251)
44# pragma warning (disable : 4661)
45# pragma warning (disable : 4251)
50# elif (defined DEMO_DATASET_DLL)
51# define DEMO_DATASET_API __declspec(dllimport)
52# define DEMO_DATASET_T_API
53# pragma warning (disable : 4661)
54# pragma warning (disable : 4251)
56# define DEMO_DATASET_API
57# define DEMO_DATASET_T_API extern
61#include <QtCore/QtGlobal>
62# ifdef DEMO_DATASET_BUILD_DLL_EXPORT
63# define DEMO_DATASET_API Q_DECL_EXPORT
64# define DEMO_DATASET_T_API
65# elif (defined DEMO_DATASET_DLL)
66# define DEMO_DATASET_API Q_DECL_IMPORT
67# define DEMO_DATASET_T_API
69# define DEMO_DATASET_API
70# define DEMO_DATASET_T_API
74# define DEMO_DATASET_API __attribute__((visibility("default")))
75# define DEMO_DATASET_T_API
- DemoDataset
- Headers
- DLLInfo.h