 |
NDEVR
API Documentation
|
Go to the documentation of this file.
33#include <NDEVRConfig.h>
43# undef NDEVR_FACTORY_API
48# ifdef NDEVR_FACTORY_BUILD_DLL_EXPORT
52# define NDEVR_FACTORY_API __declspec(dllexport)
55# define NDEVR_FACTORY_T_API
56# pragma warning (disable : 4251)
57# pragma warning (disable : 4661)
58# pragma warning (disable : 4251)
64# elif !(defined NDEVR_STATIC_BUILD)
65# define NDEVR_FACTORY_API __declspec(dllimport)
66# define NDEVR_FACTORY_T_API
67# pragma warning (disable : 4661)
68# pragma warning (disable : 4251)
70# define NDEVR_FACTORY_API
71# define NDEVR_FACTORY_T_API extern
75#include <QtCore/QtGlobal>
76# ifdef NDEVR_FACTORY_BUILD_DLL_EXPORT
77# define NDEVR_FACTORY_API Q_DECL_EXPORT
78# define NDEVR_FACTORY_T_API
83# elif (defined NDEVR_FACTORY_DLL)
84# define NDEVR_FACTORY_API Q_DECL_IMPORT
85# define NDEVR_FACTORY_T_API
87# define NDEVR_FACTORY_API
88# define NDEVR_FACTORY_T_API
92# define NDEVR_FACTORY_API __attribute__ ((visibility("default")))
94# define NDEVR_FACTORY_T_API