6#ifndef _ZFI_ZFUIWheelEvent_h_
7#define _ZFI_ZFUIWheelEvent_h_
#define zffinal
dummy macro shows that a method or class is designed must not to be overrided
Definition ZFCoreTypeDef_ClassType.h:63
#define zfextend
dummy macro shows class inherit from another
Definition ZFCoreTypeDef_ClassType.h:53
#define zfoverride
dummy macro shows that method override parent's method
Definition ZFCoreTypeDef_ClassType.h:58
#define ZF_IN_OUT
dummy macro that shows the param used as required input and output
Definition ZFCoreTypeDef_ClassType.h:196
_zft_zffloat zffloat
same as float, see zfindex
Definition ZFCoreTypeDef_CoreType.h:183
zft_zfstring< zfchar > zfstring
see zft_zfstring
Definition ZFCoreTypeDef_StringType.h:15
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
#define zfclass
same as class, shows that this class is a ZFObject type
Definition ZFObjectClassTypeFwd.h:38
#define ZFOBJECT_DECLARE(ChildClass, SuperClass,...)
necessary for every class inherit from ZFObject
Definition ZFObjectDeclare.h:126
base class of all ui event
#define ZFLIB_ZFUIKit
used to export symbols
Definition ZFUIKitDef.h:16
zffloat wheelY
wheel rotate degree (0~360) in y direction
Definition ZFUIWheelEvent.h:31
zffloat wheelX
wheel rotate degree (0~360) in x direction
Definition ZFUIWheelEvent.h:25
virtual void objectInfoImplAppend(zfstring &ret)
see objectInfo