ZFFramework
 
Loading...
Searching...
No Matches
ZFUIPageAni.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_ZFUIPageAni_h_
7#define _ZFI_ZFUIPageAni_h_
8
9#include "ZFUIPage.h"
11
18 , ZFMP_IN(ZFUIPage *, page)
19 , ZFMP_IN(ZFEnum *, resumeOrPauseReason)
20 , ZFMP_IN(ZFUIPage *, siblingPage)
21 )
22
23
29 , ZFMP_IN(ZFUIPage *, page)
30 , ZFMP_IN(ZFEnum *, resumeOrPauseReason)
31 , ZFMP_IN(ZFUIPage *, siblingPage)
32 )
33
40 , ZFMP_IN(ZFUIPage *, page)
41 , ZFMP_IN(ZFEnum *, resumeOrPauseReason)
42 , ZFMP_IN(ZFUIPage *, siblingPage)
43 )
44
46#endif // #ifndef _ZFI_ZFUIPageAni_h_
47
_ZFT_t_zfbool zfbool
bool type
Definition ZFCoreTypeDef_CoreType.h:103
#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 ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
abstract page manage logic
zfbool ZFUIPageAniPrepareForAlpha(ZFUIPage *page, ZFEnum *resumeOrPauseReason, ZFUIPage *siblingPage)
see ZFUIPage::pageAniOnPrepare
zfbool ZFUIPageAniPrepareForPopup(ZFUIPage *page, ZFEnum *resumeOrPauseReason, ZFUIPage *siblingPage)
see ZFUIPage::pageAniOnPrepare
zfbool ZFUIPageAniPrepareForSlide(ZFUIPage *page, ZFEnum *resumeOrPauseReason, ZFUIPage *siblingPage)
see ZFUIPage::pageAniOnPrepare
#define ZFLIB_ZFUIWidget
used to export symbols
Definition ZFUIWidgetDef.h:17
abstract base class of all enum type of ZFFramework
Definition ZFEnum.h:38
abstract page similar to Android's Activity
Definition ZFUIPage.h:80