ZFFramework
 
Loading...
Searching...
No Matches
ZFProtocolZFUIViewCapture.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_ZFProtocolZFUIViewCapture_h_
7#define _ZFI_ZFProtocolZFUIViewCapture_h_
8
9#include "ZFCore/ZFProtocol.h"
12
18public:
23 ZF_IN ZFUIView *view
24 , ZF_IN_OUT ZFUIImage *image
27
29#endif // #ifndef _ZFI_ZFProtocolZFUIViewCapture_h_
30
#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_IN_OUT
dummy macro that shows the param used as required input and output
Definition ZFCoreTypeDef_ClassType.h:196
_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_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
capture ZFUIView to ZFUIImage
zfautoT< ZFUIImage > ZFUIViewCapture(ZFUIView *view)
capture ZFUIView to ZFUIImage
virtual zfbool viewCapture(ZFUIView *view, ZFUIImage *image)=0
see ZFUIViewCapture
image storage
Definition ZFUIImage.h:30
base class of all UI views
Definition ZFUIView.h:93