ZFFramework
 
Loading...
Searching...
No Matches
ZFProtocolZFUIViewTreeNative.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_ZFProtocolZFUIViewTreeNative_h_
7#define _ZFI_ZFProtocolZFUIViewTreeNative_h_
8
9#include "ZFCore/ZFProtocol.h"
10#include "ZFUIKit/ZFUIView.h"
12
18public:
22 virtual void viewTreeNative(
23 ZF_IN ZFUIView *view
24 , ZF_IN_OUT const ZFOutput &outputCallback
26ZFPROTOCOL_INTERFACE_END(ZFUIViewTreeNative)
27
29#endif // #ifndef _ZFI_ZFProtocolZFUIViewTreeNative_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
#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
base class of all UI views
general output callback
Definition ZFIOCallback_output.h:37
virtual void viewTreeNative(ZFUIView *view, const ZFOutput &outputCallback)=0
return view tree hint of native view
base class of all UI views
Definition ZFUIView.h:93