ZFFramework
 
Loading...
Searching...
No Matches
ZFProtocolZFUIImageView.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_ZFProtocolZFUIImageView_h_
7#define _ZFI_ZFProtocolZFUIImageView_h_
8
9#include "ZFCore/ZFProtocol.h"
13
18public:
22 virtual void *nativeImageViewCreate(
23 ZF_IN ZFUIImageView *imageView
24 , ZF_OUT zfbool &nativeImplViewRequireVirtualIndex
30 ZF_IN ZFUIImageView *imageView
31 , ZF_IN void *nativeImageView
33
41 virtual void image(
42 ZF_IN ZFUIImageView *imageView
46
48#endif // #ifndef _ZFI_ZFProtocolZFUIImageView_h_
49
#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
protocol for ZFUIImage
image view
#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