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"
10#include "../ZFUIImageView.h"
11#include "ZFProtocolZFUIImage.h"
13
18public:
27
35 virtual void image(
36 ZF_IN ZFUIImageView *imageView
40
42#endif // #ifndef _ZFI_ZFProtocolZFUIImageView_h_
43
#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:184
#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:412
#define ZFPROTOCOL_INTERFACE_BEGIN(ZFLIB_, ModuleName)
declare a protocol interface for ZFFramework
Definition ZFProtocol.h:406
protocol for ZFUIImage
image view
#define ZFLIB_ZFUIKit
used to export symbols
Definition ZFUIKitDef.h:16
virtual void * nativeImageViewCreate(ZFUIImageView *imageView)=0
create native image view
virtual void nativeImageViewDestroy(ZFUIImageView *imageView)=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