ZFFramework
 
Loading...
Searching...
No Matches
ZFObjectIO_image.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_ZFObjectIO_image_h_
7#define _ZFI_ZFObjectIO_image_h_
8
9#include "ZFUIImageIO.h"
11
18#define ZFObjectIO_image "image"
19
20// ============================================================
43
45#endif // #ifndef _ZFI_ZFObjectIO_image_h_
46
#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
zft_zfstring< zfchar > zfstring
see zft_zfstring
Definition ZFCoreTypeDef_StringType.h:15
#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 ZFObjectIO_image_imageExtCheck(const zfstring &imageExt)
see ZFObjectIO_image_imageExtAdd
void ZFObjectIO_image_imageExtAdd(const zfstring &imageExt)
see ZFObjectIO_image
ZFCoreArray< zfstring > ZFObjectIO_image_imageExtGetAll(void)
see ZFObjectIO_image_imageExtAdd
Definition ZFObjectIO_image.h:38
void ZFObjectIO_image_imageExtRemove(const zfstring &imageExt)
see ZFObjectIO_image_imageExtAdd
void ZFObjectIO_image_imageExtGetAllT(ZFCoreArray< zfstring > &ret)
see ZFObjectIO_image_imageExtAdd
common image load logic
#define ZFLIB_ZFUIKit
used to export symbols
Definition ZFUIKitDef.h:16
light weight array
Definition ZFCoreArray.h:331