40 #if defined(_WIN32) // MSVC and mingw
41 #ifdef COMPILE_CAMITK_API
42 #define CAMITK_API __declspec(dllexport)
44 #define CAMITK_API __declspec(dllimport)
51 #endif // MSVC and mingw
64 #if defined(_WIN32) && !defined(__MINGW32__) // MSVC only
65 #pragma warning( disable : 4290 )
70 #if defined(_WIN32) && !defined(__MINGW32__)
71 extern double rint(
double x);
Action class is an abstract class that enables you to build a action (generally on a component)...
Definition: Action.h:165
CAMITK_API QList< Action * > ActionList
A list of Action.
Definition: CamiTKAPI.h:96
CAMITK_API QSet< Action * > ActionSet
A set of Action.
Definition: CamiTKAPI.h:93
CAMITK_API QList< Component * > ComponentList
A list of Component.
Definition: CamiTKAPI.h:87
#define CAMITK_API
Definition: CamiTKAPI.h:49