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__) &&(_MSC_VER < 1800) 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:208
Definition: Action.cpp:40
CAMITK_API QList< Action * > ActionList
A list of Action.
Definition: CamiTKAPI.h:95
CAMITK_API QSet< Action * > ActionSet
A set of Action.
Definition: CamiTKAPI.h:92
CAMITK_API QList< Component * > ComponentList
A list of Component.
Definition: CamiTKAPI.h:86
#define CAMITK_API
Definition: CamiTKAPI.h:49
A component is something that composed something and could also be a part of something.
Definition: modeling/libraries/pml/Component.h:48