6#ifndef _ZFI_ZFProtocolZFUIViewTransform_h_
7#define _ZFI_ZFProtocolZFUIViewTransform_h_
#define zfpurevirtual
dummy macro shows that a method is pure virtual method
Definition ZFCoreTypeDef_ClassType.h:68
#define ZF_IN
dummy macro that shows the param used as required input
Definition ZFCoreTypeDef_ClassType.h:180
#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 ZFPropertyAccess(OwnerClass, Name)
access the property directly, compile error if not declared
Definition ZFPropertyDeclare.h:20
zfbool ZFPropertyIsValueAccessed(const ZFProperty *propertyInfo, zfany const &ownerObj)
util for ZFPropertyCallbackIsValueAccessed
Definition ZFPropertyUtil.h:18
protocol definitions for ZFFramework
#define ZFPROTOCOL_INTERFACE_OPTIONAL
macro to show that the protocol is optional
Definition ZFProtocol.h:420
#define ZFPROTOCOL_INTERFACE_END(ModuleName)
for more information, please refer to ZFPROTOCOL_INTERFACE_BEGIN
Definition ZFProtocol.h:414
#define ZFPROTOCOL_INTERFACE_BEGIN(ZFLIB_, ModuleName)
declare a protocol interface for ZFFramework
Definition ZFProtocol.h:408
#define ZFLIB_ZFUIKit
used to export symbols
Definition ZFUIKitDef.h:16
base class of all UI views
base class of all UI views
Definition ZFUIView.h:93