helper for quickly update app skin More...
#include "ZFAppUtilDef.h"Go to the source code of this file.
Classes | |
| class | ZFAppSkinData |
| skin info for ZFAppSkinList More... | |
Functions | |
| zfautoT< ZFArray > | ZFAppSkinList (zfbool enableCache=(_ZFT_t_zftrue)) |
| get a list of supported skin | |
| zfautoT< ZFTaskId > | ZFAppSkinLoad (const zfstring &skinId=(zft_zfnull), const ZFListener &finishCallback=(zft_zfnull), zfbool enableCache=(_ZFT_t_zftrue)) |
| see ZFAppSkinList | |
| zfstring | ZFAppSkin () |
| see ZFAppSkinList | |
| zfautoT< ZFTask > | ZFAppSkinLoadTask (const zfstring &skinId=(zft_zfnull), zfbool enableCache=(_ZFT_t_zftrue)) |
| util to create a task for ZFAppSkinLoad | |
helper for quickly update app skin
get a list of supported skin
how it works:
typical usage:
|
extern |
see ZFAppSkinList
empty skinId would load previous ZFAppSkin stored in ZFState
finishCallback's param0 would be a v_ZFResultType indicates result