IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
ToolTipHdrMacros.h
Go to the documentation of this file.
1 // ToolTipHdrMacros.h:
3 // -------------------
4 //
14 
15 #ifndef __IPSDKBASEDATA_TOOLTIPHDRMACROS_H__
16 #define __IPSDKBASEDATA_TOOLTIPHDRMACROS_H__
17 
20 
23 #define IPSDK_DECLARE_TOOLTIP() \
24 public: \
25  const std::string& getObjectName() const; \
26  const std::string& getToolTip() const; \
27  static const std::string& getObjectNameStr(); \
28  static const std::string& getToolTipStr();
29 
32 
33 #endif // __IPSDKBASEDATA_TOOLTIPHDRMACROS_H__