IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ActionSrcMacros.h
Go to the documentation of this file.
1 // ActionSrcMacros.h:
3 // ------------------
4 //
14 
15 #ifndef __IPSDKCORE_ACTIONSRCMACROS_H__
16 #define __IPSDKCORE_ACTIONSRCMACROS_H__
17 
20 
23 
26 #define IPSDK_IMPLEMENT_ACTION(libraryName, namespaceSeq, className, eMsgEnum, version) \
27  IPSDK_IMPLEMENT_SERIAL_WITHOUT_COPY(libraryName, namespaceSeq, className, version) \
28  IPSDK_IMPLEMENT_TOOLTIP(libraryName, className, eMsgEnum)
29 
32 
33 #endif // __IPSDKCORE_ACTIONSRCMACROS_H__
Source part of macros set for ToolTip class declaration.
Source part of macros set for class serialization.