6#ifndef _ZFI_ZFProtocolZFUIImageView_h_
7#define _ZFI_ZFProtocolZFUIImageView_h_
31 ,
ZF_IN void *nativeImageView
#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_OUT
dummy macro that shows the param used as required output
Definition ZFCoreTypeDef_ClassType.h:188
_ZFT_t_zfbool zfbool
bool type
Definition ZFCoreTypeDef_CoreType.h:103
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
protocol definitions for ZFFramework
#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
virtual void * nativeImageViewCreate(ZFUIImageView *imageView, zfbool &nativeImplViewRequireVirtualIndex)=0
create native image view
virtual void nativeImageViewDestroy(ZFUIImageView *imageView, void *nativeImageView)=0
destroy native image view
virtual void image(ZFUIImageView *imageView, ZFUIImage *image)=0
set the image
image storage
Definition ZFUIImage.h:30
native image view
Definition ZFUIImageView.h:18