ZFFramework
 
Loading...
Searching...
No Matches
ZFUIImageAsync.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_ZFUIImageAsync_h_
7#define _ZFI_ZFUIImageAsync_h_
8
9#include "ZFUIWidgetDef.h"
11
23 , ZFMP_IN(const ZFInput &, src)
24 , ZFMP_IN_OPT(ZFUIImage *, imageLoadFail, zfnull)
25 , ZFMP_IN_OPT(ZFUIImage *, imageLoading, zfnull)
26 )
29 , ZFMP_IN_OUT(ZFUIImage *, ret)
30 , ZFMP_IN(const ZFInput &, src)
31 , ZFMP_IN_OPT(ZFUIImage *, imageLoadFail, zfnull)
32 , ZFMP_IN_OPT(ZFUIImage *, imageLoading, zfnull)
33 )
34
47#define ZFUIImageSerializeType_ZFUIImageAsync "ZFUIImageAsync"
48
50#define ZFSerializableKeyword_ZFUIImageAsync_imageSrc "imageSrc"
52#define ZFSerializableKeyword_ZFUIImageAsync_imageLoadFail "imageLoadFail"
54#define ZFSerializableKeyword_ZFUIImageAsync_imageLoading "imageLoading"
55
57#endif // #ifndef _ZFI_ZFUIImageAsync_h_
58
_ZFT_t_zfbool zfbool
bool type
Definition ZFCoreTypeDef_CoreType.h:103
#define zfnull
same as NULL, defined for future use
Definition ZFCoreTypeDef_CoreType.h:88
#define ZFMP_IN_OUT(ParamType, paramName)
see ZFMP_IN
Definition ZFMethod.h:117
#define ZFMP_IN_OPT(ParamType, paramName, DefaultValue)
see ZFMP_IN
Definition ZFMethod.h:108
#define ZFMP_IN(ParamType, paramName)
macro to wrap param types for ZFMETHOD_INLINE_0 series
Definition ZFMethod.h:105
#define ZFMETHOD_FUNC_DECLARE_3(ZFLIB_, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2)
see ZFMETHOD_FUNC_DECLARE_0
Definition ZFMethodFuncDeclare.h:910
#define ZFMETHOD_FUNC_DECLARE_4(ZFLIB_, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2, ZFMP_3)
see ZFMETHOD_FUNC_DECLARE_0
Definition ZFMethodFuncDeclare.h:1065
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
zfbool ZFUIImageAsyncT(ZFUIImage *ret, const ZFInput &src, ZFUIImage *imageLoadFail=(zft_zfnull), ZFUIImage *imageLoading=(zft_zfnull))
see ZFUIImageAsync
zfautoT< ZFUIImage > ZFUIImageAsync(const ZFInput &src, ZFUIImage *imageLoadFail=(zft_zfnull), ZFUIImage *imageLoading=(zft_zfnull))
async image load util
global header for ZFUIWidget module
#define ZFLIB_ZFUIWidget
used to export symbols
Definition ZFUIWidgetDef.h:17
general input callback
Definition ZFIOCallback_input.h:37
image storage
Definition ZFUIImage.h:30
type restrict version of zfauto
Definition zfautoFwd.h:110